diff options
author | Magnus Damm <damm@opensource.se> | 2010-12-28 03:26:52 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-01-06 20:42:44 -0500 |
commit | 60f1435c3bab8b88712a4f96806e5ac9396aa49c (patch) | |
tree | 95ef8156cb81d9c7acf51b17cb4672dbcae99ecd /arch | |
parent | 3dff8804fc087d55c593dda0ff78f475088ec57d (diff) |
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 | |||
638 | select GENERIC_CLOCKEVENTS | 638 | select GENERIC_CLOCKEVENTS |
639 | select NO_IOPORT | 639 | select NO_IOPORT |
640 | select SPARSE_IRQ | 640 | select SPARSE_IRQ |
641 | select MULTI_IRQ_HANDLER | ||
641 | help | 642 | help |
642 | Support for Renesas's SH-Mobile and R-Mobile ARM platforms. | 643 | Support for Renesas's SH-Mobile and R-Mobile ARM platforms. |
643 | 644 | ||