diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-03-19 11:19:01 (GMT) |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-03-25 11:29:40 (GMT) |
commit | 630be7ea2f2d0c2ee5662308297b77087da2ace2 (patch) | |
tree | cebc679342ea8d1333f32216956e588550a0fddc /arch/arm/Kconfig | |
parent | 60dbd7680f069c07525a825d805fd2644eae92e6 (diff) | |
download | linux-630be7ea2f2d0c2ee5662308297b77087da2ace2.tar.xz |
ARM: sirf: enable sparse IRQ
Now that both irqchips for sirf are converted to not rely on
legacy domains, let's move all of the platform over to sparse
IRQ.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
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 5bfd584..c674b32 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -427,6 +427,7 @@ config ARCH_SIRF select PINCTRL select PINCTRL_SIRF select USE_OF + select SPARSE_IRQ help Support for CSR SiRFprimaII/Marco/Polo platforms |