diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-02-23 14:29:33 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-03-25 23:57:22 +0100 |
commit | 375dec92777c96015a13a23eaeb4f23281fb8662 (patch) | |
tree | 74164b30e8aa689c51ccb552c06aedc86219539d /arch/arm/Kconfig | |
parent | f314f33be77d6a48ae19748e3dc4a6657042b525 (diff) | |
download | op-kernel-dev-375dec92777c96015a13a23eaeb4f23281fb8662.zip op-kernel-dev-375dec92777c96015a13a23eaeb4f23281fb8662.tar.gz |
ARM: 7343/1: sa11x0: convert to sparse IRQ
Now that Neponset, UCB1x00 and SA1111 are all converted to use the IRQ
allocation interfaces, we can enable sparse IRQ support for SA11x0
platforms.
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 a48aecc..34aed71 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -760,6 +760,7 @@ config ARCH_SA1100 select ARCH_REQUIRE_GPIOLIB select HAVE_IDE select NEED_MACH_MEMORY_H + select SPARSE_IRQ help Support for StrongARM 11x0 based boards. |