aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-08-19 22:14:56 -0400
committerShawn Guo <shawn.guo@linaro.org>2012-09-02 21:31:56 -0400
commit4e0a1b8c070fe204a406521496f01cf02c74e933 (patch)
treedf92b9a008d11710a152aa3c00167d20fc8bf773 /arch/arm/Kconfig
parenteeca6e604032af8336baafef84144dd47f5a0f99 (diff)
ARM: mxs: select MULTI_IRQ_HANDLER
As part of multi-platform effort, let's enable MULTI_IRQ_HANDLER for mach-mxs and remove entry-macro.S. 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 e91c7cdc6fe5..72070865a791 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -489,6 +489,7 @@ config ARCH_MXS
489 select CLKSRC_MMIO 489 select CLKSRC_MMIO
490 select COMMON_CLK 490 select COMMON_CLK
491 select HAVE_CLK_PREPARE 491 select HAVE_CLK_PREPARE
492 select MULTI_IRQ_HANDLER
492 select PINCTRL 493 select PINCTRL
493 select USE_OF 494 select USE_OF
494 help 495 help