diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2023-01-11 11:05:54 +0100 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2023-02-05 11:19:03 +0000 |
commit | 9c1a7bfc2993112cfb3056b18301fcafe5c2fde5 (patch) | |
tree | eea5cfa7c1828dc82c834ba4f0e90af7a08b3c06 /drivers/irqchip | |
parent | fc98adb9a8435cdb4e8349138ac0b728df80ade9 (diff) |
irqchip/ls-scfg-msi: Simplify Kconfig dependencies
Having both PCI_MSI and PCI is redundant. Drop PCI.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
[maz: cut commit message extra verbosity]
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20230111100554.24500-1-lukas.bulwahn@gmail.com
Diffstat (limited to 'drivers/irqchip')
-rw-r--r-- | drivers/irqchip/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index caa952c40ff9..f3d88e9c87a3 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig @@ -389,7 +389,7 @@ config LS_EXTIRQ config LS_SCFG_MSI def_bool y if SOC_LS1021A || ARCH_LAYERSCAPE - depends on PCI && PCI_MSI + depends on PCI_MSI config PARTITION_PERCPU bool |