aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-08-20 09:52:12 -0400
committerShawn Guo <shawn.guo@linaro.org>2012-09-02 21:32:11 -0400
commitc2668206e96dbade58b2bbe475050562f191fe80 (patch)
tree97b7865ede1ca5b07ce7c9d7a29bd1b8271fccb8 /arch/arm/Kconfig
parent83a84efcefe8d7935883ab9d8e45c689d5760ddf (diff)
ARM: mxs: select SPARSE_IRQ
With icoll and gpio interrupt controllers adopt irqdomain support and all interrupt nubmers are retrieved from device tree, it's safe to select SPARSE_IRQ for mxs now. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 72070865a79..58bffb386a8 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -491,6 +491,7 @@ config ARCH_MXS
491 select HAVE_CLK_PREPARE 491 select HAVE_CLK_PREPARE
492 select MULTI_IRQ_HANDLER 492 select MULTI_IRQ_HANDLER
493 select PINCTRL 493 select PINCTRL
494 select SPARSE_IRQ
494 select USE_OF 495 select USE_OF
495 help 496 help
496 Support for Freescale MXS-based family of processors 497 Support for Freescale MXS-based family of processors