diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-10-18 11:08:05 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-11-05 09:55:34 +0100 |
commit | c3b9d1db23c4ebd4d8a0964ebcf5f27d4eb8fa3f (patch) | |
tree | ff62a867cecc49fd3e47a87e105c5af83956fc36 /arch/arm/Kconfig | |
parent | a7238e432539d25726883ed3ee48cd46b5a8fa56 (diff) | |
download | lwn-c3b9d1db23c4ebd4d8a0964ebcf5f27d4eb8fa3f.tar.gz lwn-c3b9d1db23c4ebd4d8a0964ebcf5f27d4eb8fa3f.zip |
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 select GENERIC_CLOCKEVENTS select HAVE_SMP select MIGHT_HAVE_CACHE_L2X0 + select SPARSE_IRQ help Support for ST-Ericsson's Ux500 architecture @@ -899,6 +900,7 @@ config ARCH_NOMADIK select MIGHT_HAVE_CACHE_L2X0 select PINCTRL select PINCTRL_STN8815 + select SPARSE_IRQ help Support for the Nomadik platform by ST-Ericsson |