diff options
author | Tony Lindgren <tony@atomide.com> | 2015-05-20 09:01:21 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-05-20 09:01:21 -0700 |
commit | 685e2d08c54b1a1bf31bbe6562f06db089d31c7b (patch) | |
tree | 5076e95abb7ebdf6c23dc44a446c49d14dc404b9 /arch/arm/Kconfig | |
parent | b694331cfb2ec3bc2225a0ea9fddbb7e24d81c37 (diff) |
ARM: OMAP1: Change interrupt numbering for sparse IRQ
Change interrupt numbering for sparse IRQ. We do this using
a fixed offset until we can drop irqs.h once all it's users
have been updated.
Note that this depends on the GPIO fix for the MPUIO IRQs
"gpio: omap: Fix regression for MPUIO interrupts".
Also note that this patch adds some extra irq alloc warnings
that will go away when we stop calling irq_alloc_descs
in gpio-omap.c with a follow-up patch.
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 881a76c586c2..6a23dac1c0ab 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -755,6 +755,7 @@ config ARCH_OMAP1 select MULTI_IRQ_HANDLER select NEED_MACH_IO_H if PCCARD select NEED_MACH_MEMORY_H + select SPARSE_IRQ help Support for older TI OMAP1 (omap7xx, omap15xx or omap16xx) |