mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-07-05 05:15:23 +02:00
irqchip: Remove obsolete config ARM_GIC_V3_ITS_PCI
Commit b5712bf89b
("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 <lukas.bulwahn@redhat.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20240926125502.363364-1-lukas.bulwahn@redhat.com
This commit is contained in:
parent
9852d85ec9
commit
5fd7e1ee09
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user