From: Magnus Damm Date: Tue, 8 Oct 2013 03:16:08 +0000 (+0900) Subject: ARM: shmobile: Select IRQC in case of the r8a7791 SoC X-Git-Tag: next-20131128~65^2~1^3~75 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=af36e59512affacf837a98718fdb02f6dcbea2f6;p=karo-tx-linux.git ARM: shmobile: Select IRQC in case of the r8a7791 SoC The r8a7791 contains IRQC hardware so make sure the driver gets built by selecting RENESAS_IRQC. Signed-off-by: Magnus Damm Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index a4a4b75109b2..ff7c4ce8a99f 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -100,6 +100,7 @@ config ARCH_R8A7791 select ARM_GIC select CPU_V7 select SH_CLK_CPG + select RENESAS_IRQC config ARCH_EMEV2 bool "Emma Mobile EV2"