aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Kconfig
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2013-10-07 23:16:08 -0400
committerSimon Horman <horms+renesas@verge.net.au>2013-12-04 01:11:08 -0500
commite08d287afb76b3b6925f7261918fa611a7e0b3ca (patch)
tree28f245c2a41c71b737dffc21e8b734fb89105234 /arch/arm/mach-shmobile/Kconfig
parentb918b68123718f262abcac6509dc8c05ee47e851 (diff)
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 <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r--arch/arm/mach-shmobile/Kconfig1
1 files changed, 1 insertions, 0 deletions
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
100 select ARM_GIC 100 select ARM_GIC
101 select CPU_V7 101 select CPU_V7
102 select SH_CLK_CPG 102 select SH_CLK_CPG
103 select RENESAS_IRQC
103 104
104config ARCH_EMEV2 105config ARCH_EMEV2
105 bool "Emma Mobile EV2" 106 bool "Emma Mobile EV2"