aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-shmobile/Kconfig14
1 files changed, 8 insertions, 6 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index 6de3058ef3da..258d730e0eb5 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -1,6 +1,11 @@
1config ARCH_SHMOBILE 1config ARCH_SHMOBILE
2 bool 2 bool
3 3
4config ARCH_RCAR_GEN1
5 bool
6 select RENESAS_INTC_IRQPIN
7 select SYS_SUPPORTS_SH_TMU
8
4config ARCH_RMOBILE 9config ARCH_RMOBILE
5 bool 10 bool
6 select SYS_SUPPORTS_SH_CMT 11 select SYS_SUPPORTS_SH_CMT
@@ -33,8 +38,7 @@ config ARCH_R7S72100
33 38
34config ARCH_R8A7779 39config ARCH_R8A7779
35 bool "R-Car H1 (R8A77790)" 40 bool "R-Car H1 (R8A77790)"
36 select RENESAS_INTC_IRQPIN 41 select ARCH_RCAR_GEN1
37 select SYS_SUPPORTS_SH_TMU
38 42
39config ARCH_R8A7790 43config ARCH_R8A7790
40 bool "R-Car H2 (R8A77900)" 44 bool "R-Car H2 (R8A77900)"
@@ -114,21 +118,19 @@ config ARCH_R8A7740
114 118
115config ARCH_R8A7778 119config ARCH_R8A7778
116 bool "R-Car M1A (R8A77781)" 120 bool "R-Car M1A (R8A77781)"
121 select ARCH_RCAR_GEN1
117 select ARCH_WANT_OPTIONAL_GPIOLIB 122 select ARCH_WANT_OPTIONAL_GPIOLIB
118 select CPU_V7 123 select CPU_V7
119 select SH_CLK_CPG 124 select SH_CLK_CPG
120 select ARM_GIC 125 select ARM_GIC
121 select SYS_SUPPORTS_SH_TMU
122 select RENESAS_INTC_IRQPIN
123 126
124config ARCH_R8A7779 127config ARCH_R8A7779
125 bool "R-Car H1 (R8A77790)" 128 bool "R-Car H1 (R8A77790)"
129 select ARCH_RCAR_GEN1
126 select ARCH_WANT_OPTIONAL_GPIOLIB 130 select ARCH_WANT_OPTIONAL_GPIOLIB
127 select ARM_GIC 131 select ARM_GIC
128 select CPU_V7 132 select CPU_V7
129 select SH_CLK_CPG 133 select SH_CLK_CPG
130 select RENESAS_INTC_IRQPIN
131 select SYS_SUPPORTS_SH_TMU
132 134
133config ARCH_R8A7790 135config ARCH_R8A7790
134 bool "R-Car H2 (R8A77900)" 136 bool "R-Car H2 (R8A77900)"