diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-08-20 09:52:12 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-09-02 21:32:11 -0400 |
commit | c2668206e96dbade58b2bbe475050562f191fe80 (patch) | |
tree | 97b7865ede1ca5b07ce7c9d7a29bd1b8271fccb8 /arch/arm/Kconfig | |
parent | 83a84efcefe8d7935883ab9d8e45c689d5760ddf (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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 72070865a791..58bffb386a8b 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 |