diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-05-22 17:34:06 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-05-22 17:34:06 +0300 |
commit | ac0b20926d73ad50e72bfc503026fee6bef73b2a (patch) | |
tree | 60133f22d363883b8044b6cfc677275d850ddcb4 /arch/arm/Kconfig | |
parent | a4526915b67afb09c60bece6bc395e58ba83e271 (diff) | |
parent | 7bf15c4360b384e34d685616a77a8abf7dd8aea5 (diff) | |
download | linux-ac0b20926d73ad50e72bfc503026fee6bef73b2a.tar.xz |
Merge tag 'omap-for-v4.2/omap1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/soc
Merge fixed up omap1 sparse irq support for v4.2 from Tony Lindgren:
Add support for CONFIG_SPARSE_IRQ for omap1. This takes us a bit closer
to making omap1 support multiarch. After this series we still need to
make omap1 use the common clock framework and fix up the drivers to not
rely on includes from mach and plat directories.
Note that this branch depends on a GPIO driver fix in v4.1-rc3
d2d05c65c40e ("gpio: omap: Fix regression for MPUIO interrupts").
* tag 'omap-for-v4.2/omap1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
ARM: OMAP1: Fix section mismatch warnings for omap_cfg_reg
ARM: OMAP1: Fix randconfig builds if ARCH_OMAP15XX not selected
ARM: OMAP1: Change interrupt numbering for sparse IRQ
ARM: omap1: Switch to use MULTI_IRQ
ARM: OMAP1: Switch to use generic irqchip in preparation for sparse IRQ
ARM: OMAP1: Move UART defines to prepare for sparse IRQ
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 75920edec3cc..6929dd4118ed 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -786,8 +786,10 @@ 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 + select SPARSE_IRQ help Support for older TI OMAP1 (omap7xx, omap15xx or omap16xx) |