Commit 9c1a7bfc authored by Lukas Bulwahn's avatar Lukas Bulwahn Committed by Marc Zyngier
Browse files

irqchip/ls-scfg-msi: Simplify Kconfig dependencies



Having both PCI_MSI and PCI is redundant. Drop PCI.

Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@gmail.com>
[maz: cut commit message extra verbosity]
Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20230111100554.24500-1-lukas.bulwahn@gmail.com
parent fc98adb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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