diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-02-23 08:29:33 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-03-25 18:57:22 -0400 |
commit | 375dec92777c96015a13a23eaeb4f23281fb8662 (patch) | |
tree | 74164b30e8aa689c51ccb552c06aedc86219539d /arch/arm/Kconfig | |
parent | f314f33be77d6a48ae19748e3dc4a6657042b525 (diff) |
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 a48aecc17eac..34aed718faed 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -760,6 +760,7 @@ config ARCH_SA1100 | |||
760 | select ARCH_REQUIRE_GPIOLIB | 760 | select ARCH_REQUIRE_GPIOLIB |
761 | select HAVE_IDE | 761 | select HAVE_IDE |
762 | select NEED_MACH_MEMORY_H | 762 | select NEED_MACH_MEMORY_H |
763 | select SPARSE_IRQ | ||
763 | help | 764 | help |
764 | Support for StrongARM 11x0 based boards. | 765 | Support for StrongARM 11x0 based boards. |
765 | 766 | ||