Skip to content

Commit

Permalink
irqchip/ls-scfg-msi: Simplify Kconfig dependencies
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Lukas Bulwahn authored and Marc Zyngier committed Feb 5, 2023
1 parent fc98adb commit 9c1a7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/irqchip/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c1a7bf

Please sign in to comment.