diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-10-18 05:08:05 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-11-05 03:55:34 -0500 |
commit | c3b9d1db23c4ebd4d8a0964ebcf5f27d4eb8fa3f (patch) | |
tree | ff62a867cecc49fd3e47a87e105c5af83956fc36 /arch/arm/Kconfig | |
parent | a7238e432539d25726883ed3ee48cd46b5a8fa56 (diff) |
ARM: plat-nomadik: convert platforms to SPARSE_IRQ
This converts the Nomadik and Ux500 platforms to use SPARSE_IRQ.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
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 8dae1e016ac8..200acecc3607 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -885,6 +885,7 @@ config ARCH_U8500 | |||
885 | select GENERIC_CLOCKEVENTS | 885 | select GENERIC_CLOCKEVENTS |
886 | select HAVE_SMP | 886 | select HAVE_SMP |
887 | select MIGHT_HAVE_CACHE_L2X0 | 887 | select MIGHT_HAVE_CACHE_L2X0 |
888 | select SPARSE_IRQ | ||
888 | help | 889 | help |
889 | Support for ST-Ericsson's Ux500 architecture | 890 | Support for ST-Ericsson's Ux500 architecture |
890 | 891 | ||
@@ -899,6 +900,7 @@ config ARCH_NOMADIK | |||
899 | select MIGHT_HAVE_CACHE_L2X0 | 900 | select MIGHT_HAVE_CACHE_L2X0 |
900 | select PINCTRL | 901 | select PINCTRL |
901 | select PINCTRL_STN8815 | 902 | select PINCTRL_STN8815 |
903 | select SPARSE_IRQ | ||
902 | help | 904 | help |
903 | Support for the Nomadik platform by ST-Ericsson | 905 | Support for the Nomadik platform by ST-Ericsson |
904 | 906 | ||