ARM: shmobile: Select IRQC in case of the r8a7791 SoC
authorMagnus Damm <damm@opensource.se>
Tue, 8 Oct 2013 03:16:08 +0000 (12:16 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 4 Dec 2013 06:11:08 +0000 (15:11 +0900)
The r8a7791 contains IRQC hardware so make sure
the driver gets built by selecting RENESAS_IRQC.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/Kconfig

index a4a4b75109b218c53fc2cb8357f2465fb90b18d7..ff7c4ce8a99f68f0c06d2051c0748ebfad37f82e 100644 (file)
@@ -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"
This page took 0.028175 seconds and 5 git commands to generate.