summaryrefslogtreecommitdiff
path: root/drivers/irqchip/Kconfig
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2023-03-15 16:02:18 +0300
committerMarc Zyngier <maz@kernel.org>2023-04-08 12:50:04 +0300
commitdee234032e767b3d6823fe122517770757306f04 (patch)
treee5a6ba057776fcf8df796c057f2f6d5c99d9ab87 /drivers/irqchip/Kconfig
parente8d018dd0257f744ca50a729e3d042cf2ec9da65 (diff)
downloadlinux-dee234032e767b3d6823fe122517770757306f04.tar.xz
irqchip/gic: Drop support for board files
With the last non-OF, non-ACPI user of the GIC being removed in e73307b9ebc4 ("ARM: cns3xxx: remove entire platform"), we can finally drop the entry point and do some minor cleanup. We also make the driver depend on CONFIG_OF, which is required even when CONFIG_ACPI is selected. Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20230315130218.3212033-1-maz@kernel.org
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r--drivers/irqchip/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 7dc990eb2c9b..b744fd905c92 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -7,6 +7,7 @@ config IRQCHIP
config ARM_GIC
bool
+ depends on OF
select IRQ_DOMAIN_HIERARCHY
select GENERIC_IRQ_EFFECTIVE_AFF_MASK if SMP