From 60f1435c3bab8b88712a4f96806e5ac9396aa49c Mon Sep 17 00:00:00 2001 From: Magnus Damm Date: Tue, 28 Dec 2010 08:26:52 +0000 Subject: [PATCH] ARM: mach-shmobile: Enable CONFIG_MULTI_IRQ_HANDLER Always enable MULTI_IRQ_HANDLER on SH-Mobile. Signed-off-by: Magnus Damm Signed-off-by: Paul Mundt --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) 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. -- 2.11.0