From: Shawn Guo Date: Mon, 20 Aug 2012 13:52:12 +0000 (+0800) Subject: ARM: mxs: select SPARSE_IRQ X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c2668206e96dbade58b2bbe475050562f191fe80;p=linux-beck.git 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 --- 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