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 <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
1 parent fc98adb commit 9c1a7bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)