projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc98adb
)
irqchip/ls-scfg-msi: Simplify Kconfig dependencies
author
Lukas Bulwahn
<lukas.bulwahn@gmail.com>
Wed, 11 Jan 2023 10:05:54 +0000
(11:05 +0100)
committer
Marc 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
patch
|
blob
|
history
diff --git
a/drivers/irqchip/Kconfig
b/drivers/irqchip/Kconfig
index caa952c40ff9284ab29b41c8662a4d3c88b17f38..f3d88e9c87a3b731a82f4eb3bec53f9b8d902cc9 100644
(file)
--- a/
drivers/irqchip/Kconfig
+++ b/
drivers/irqchip/Kconfig
@@
-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