diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-08-20 10:14:56 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-09-03 09:31:56 +0800 |
commit | 4e0a1b8c070fe204a406521496f01cf02c74e933 (patch) | |
tree | df92b9a008d11710a152aa3c00167d20fc8bf773 /arch/arm/Kconfig | |
parent | eeca6e604032af8336baafef84144dd47f5a0f99 (diff) | |
download | op-kernel-dev-4e0a1b8c070fe204a406521496f01cf02c74e933.zip op-kernel-dev-4e0a1b8c070fe204a406521496f01cf02c74e933.tar.gz |
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e91c7cd..7207086 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -489,6 +489,7 @@ config ARCH_MXS select CLKSRC_MMIO select COMMON_CLK select HAVE_CLK_PREPARE + select MULTI_IRQ_HANDLER select PINCTRL select USE_OF help |