diff options
author | Tony Lindgren | 2015-05-20 09:01:21 -0700 |
---|---|---|
committer | Tony Lindgren | 2015-05-20 09:01:21 -0700 |
commit | b694331cfb2ec3bc2225a0ea9fddbb7e24d81c37 (patch) | |
tree | a8acbec86f0f3369f3233f2d0b0b86915a001c7b /arch/arm/Kconfig | |
parent | 55b44774438959a957e717ecbdd9f2874b07ab31 (diff) |
ARM: omap1: Switch to use MULTI_IRQ
This allows us to get a bit further with SPARSE_IRQ and
MULTIARCH support.
Note that we now also rename omap_irq_flags to omap_l2_irq
as that's the omap_irq_flags naming is confusing. It just
contains the interrupt number for the l2 irq.
Cc: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 45df48ba0b12..881a76c586c2 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -752,6 +752,7 @@ config ARCH_OMAP1 select GENERIC_IRQ_CHIP select HAVE_IDE select IRQ_DOMAIN + select MULTI_IRQ_HANDLER select NEED_MACH_IO_H if PCCARD select NEED_MACH_MEMORY_H help |