summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/Kconfig
diff options
context:
space:
mode:
authorMarc Zyngier2011-09-06 14:27:10 +0200
committerMarc Zyngier2011-11-15 19:14:02 +0100
commit08d33b27f7063ba2b4a29f9e3a2dcb65f30dec0b (patch)
treee338de68f8b56238b91d9979857be253310f0200 /arch/arm/mach-omap2/Kconfig
parentARM: omap2plus: remove irq-related global base addresses (diff)
downloadkernel-qcow2-linux-08d33b27f7063ba2b4a29f9e3a2dcb65f30dec0b.tar.gz
kernel-qcow2-linux-08d33b27f7063ba2b4a29f9e3a2dcb65f30dec0b.tar.xz
kernel-qcow2-linux-08d33b27f7063ba2b4a29f9e3a2dcb65f30dec0b.zip
ARM: GIC: Make MULTI_IRQ_HANDLER mandatory
Now that MULTI_IRQ_HANDLER is selected by all the in-tree GIC users, make it mandatory and remove the unused macros. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r--arch/arm/mach-omap2/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 9a6d81873426..22f7c97a2728 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -37,6 +37,7 @@ config ARCH_OMAP3
select ARCH_HAS_OPP
select PM_OPP if PM
select ARM_CPU_SUSPEND if PM
+ select MULTI_IRQ_HANDLER
config ARCH_OMAP4
bool "TI OMAP4"