diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-08-20 21:52:12 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-09-03 09:32:11 +0800 |
commit | c2668206e96dbade58b2bbe475050562f191fe80 (patch) | |
tree | 97b7865ede1ca5b07ce7c9d7a29bd1b8271fccb8 /arch/arm/Kconfig | |
parent | 83a84efcefe8d7935883ab9d8e45c689d5760ddf (diff) | |
download | talos-obmc-linux-c2668206e96dbade58b2bbe475050562f191fe80.tar.gz talos-obmc-linux-c2668206e96dbade58b2bbe475050562f191fe80.zip |
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 select HAVE_CLK_PREPARE select MULTI_IRQ_HANDLER select PINCTRL + select SPARSE_IRQ select USE_OF help Support for Freescale MXS-based family of processors |