commit | 60f1435c3bab8b88712a4f96806e5ac9396aa49c | [log] [tgz] |
---|---|---|
author | Magnus Damm <damm@opensource.se> | Tue Dec 28 08:26:52 2010 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Jan 07 10:42:44 2011 +0900 |
tree | 95ef8156cb81d9c7acf51b17cb4672dbcae99ecd | |
parent | 3dff8804fc087d55c593dda0ff78f475088ec57d [diff] [blame] |
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>
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 @@ 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.