diff options
author | Magnus Damm <damm@opensource.se> | 2010-12-28 08:26:52 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-01-07 01:42:44 (GMT) |
commit | 60f1435c3bab8b88712a4f96806e5ac9396aa49c (patch) | |
tree | 95ef8156cb81d9c7acf51b17cb4672dbcae99ecd /arch/arm | |
parent | 3dff8804fc087d55c593dda0ff78f475088ec57d (diff) | |
download | linux-60f1435c3bab8b88712a4f96806e5ac9396aa49c.tar.xz |
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/arm')
-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 3b7be79..7daab42 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. |