Skip to content

Commit 5fd7e1e

Browse files
bulwahnKAGA-KOKO
authored andcommitted
irqchip: Remove obsolete config ARM_GIC_V3_ITS_PCI
Commit b5712bf ("irqchip/gic-v3-its: Provide MSI parent for PCI/MSI[-X]") moves the functionality of irq-gic-v3-its-pci-msi.c into irq-gic-v3-its-msi-parent.c, and drops the former file. With that, the config option ARM_GIC_V3_ITS_PCI is obsolete, but the definition of that config was not removed in the commit above. Remove this obsolete config ARM_GIC_V3_ITS_PCI. Signed-off-by: Lukas Bulwahn <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/all/[email protected]
1 parent 9852d85 commit 5fd7e1e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

drivers/irqchip/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ config ARM_GIC_V3_ITS
4545
select IRQ_MSI_LIB
4646
default ARM_GIC_V3
4747

48-
config ARM_GIC_V3_ITS_PCI
49-
bool
50-
depends on ARM_GIC_V3_ITS
51-
depends on PCI
52-
depends on PCI_MSI
53-
default ARM_GIC_V3_ITS
54-
5548
config ARM_GIC_V3_ITS_FSL_MC
5649
bool
5750
depends on ARM_GIC_V3_ITS

0 commit comments

Comments
 (0)