Skip to content

Commit 9c1a7bf

Browse files
bulwahnMarc Zyngier
authored andcommitted
irqchip/ls-scfg-msi: Simplify Kconfig dependencies
Having both PCI_MSI and PCI is redundant. Drop PCI. Signed-off-by: Lukas Bulwahn <[email protected]> [maz: cut commit message extra verbosity] Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent fc98adb commit 9c1a7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/irqchip/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ config LS_EXTIRQ
389389

390390
config LS_SCFG_MSI
391391
def_bool y if SOC_LS1021A || ARCH_LAYERSCAPE
392-
depends on PCI && PCI_MSI
392+
depends on PCI_MSI
393393

394394
config PARTITION_PERCPU
395395
bool

0 commit comments

Comments
 (0)