[PATCH] drivers: irqchip: Remove ARM_GIC_V3_ITS_PCI Kconfig leftover
Lorenzo Pieralisi
lpieralisi at kernel.org
Wed Oct 9 03:15:33 PDT 2024
GICv3 ITS PCI handling code moved to the MSI parent infrastructure in:
commit b5712bf89b4b ("irqchip/gic-v3-its: Provide MSI parent for
PCI/MSI[-X]")
the code move removed source files that were selected by the
the ARM_GIC_V3_ITS_PCI config option; it now sits unused.
Remove it.
Fixes: b5712bf89b4b ("irqchip/gic-v3-its: Provide MSI parent for PCI/MSI[-X]")
Signed-off-by: Lorenzo Pieralisi <lpieralisi at kernel.org>
Cc: Thomas Gleixner <tglx at linutronix.de>
Cc: Marc Zyngier <maz at kernel.org>
---
drivers/irqchip/Kconfig | 7 -------
1 file changed, 7 deletions(-)
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 341cd9ca5a05..d82bcab233a1 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -45,13 +45,6 @@ config ARM_GIC_V3_ITS
select IRQ_MSI_LIB
default ARM_GIC_V3
-config ARM_GIC_V3_ITS_PCI
- bool
- depends on ARM_GIC_V3_ITS
- depends on PCI
- depends on PCI_MSI
- default ARM_GIC_V3_ITS
-
config ARM_GIC_V3_ITS_FSL_MC
bool
depends on ARM_GIC_V3_ITS
--
2.47.0
More information about the linux-arm-kernel
mailing list