diff options
author | Magnus Damm <damm@opensource.se> | 2010-12-28 09:26:52 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-01-07 02:42:44 +0100 |
commit | 60f1435c3bab8b88712a4f96806e5ac9396aa49c (patch) | |
tree | 95ef8156cb81d9c7acf51b17cb4672dbcae99ecd /arch | |
parent | ARM: mach-shmobile: Use shared GIC entry macros (diff) | |
download | linux-60f1435c3bab8b88712a4f96806e5ac9396aa49c.tar.xz linux-60f1435c3bab8b88712a4f96806e5ac9396aa49c.zip |
ARM: mach-shmobile: Enable CONFIG_MULTI_IRQ_HANDLER
Always enable MULTI_IRQ_HANDLER on SH-Mobile.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-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 3b7be793d960..7daab42eb54f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -638,6 +638,7 @@ config ARCH_SHMOBILE select GENERIC_CLOCKEVENTS select NO_IOPORT select SPARSE_IRQ + select MULTI_IRQ_HANDLER help Support for Renesas's SH-Mobile and R-Mobile ARM platforms. |