diff options
author | Marc Zyngier <maz@kernel.org> | 2023-03-15 14:02:18 +0100 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2023-04-08 11:50:04 +0200 |
commit | dee234032e767b3d6823fe122517770757306f04 (patch) | |
tree | e5a6ba057776fcf8df796c057f2f6d5c99d9ab87 /drivers/irqchip/Kconfig | |
parent | Linux 6.3-rc3 (diff) | |
download | linux-dee234032e767b3d6823fe122517770757306f04.tar.xz linux-dee234032e767b3d6823fe122517770757306f04.zip |
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/Kconfig | 1 |
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 |