irqchip/ls-scfg-msi: Simplify Kconfig dependencies
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 11 Jan 2023 10:05:54 +0000 (11:05 +0100)
committerMarc Zyngier <maz@kernel.org>
Sun, 5 Feb 2023 11:19:03 +0000 (11:19 +0000)
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
drivers/irqchip/Kconfig

index caa952c..f3d88e9 100644 (file)
@@ -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