Kconfig (1668a7a699f8c96bc99a50e94aadfe328adf9b76) Kconfig (094c62c3313e1a1c7929a2f69c07ba3382c358e4)
1config ARCH_SHMOBILE
2 bool
3
4config ARCH_SHMOBILE_MULTI
5 bool "Renesas ARM SoCs" if ARCH_MULTI_V7
6 depends on MMU
7 select ARCH_SHMOBILE
8 select HAVE_ARM_SCU if SMP

--- 126 unchanged lines hidden (view full) ---

135 select ARM_GIC
136 select CPU_V7
137 select MIGHT_HAVE_PCI
138 select SH_CLK_CPG
139 select RENESAS_IRQC
140 select SYS_SUPPORTS_SH_CMT
141 select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
142
1config ARCH_SHMOBILE
2 bool
3
4config ARCH_SHMOBILE_MULTI
5 bool "Renesas ARM SoCs" if ARCH_MULTI_V7
6 depends on MMU
7 select ARCH_SHMOBILE
8 select HAVE_ARM_SCU if SMP

--- 126 unchanged lines hidden (view full) ---

135 select ARM_GIC
136 select CPU_V7
137 select MIGHT_HAVE_PCI
138 select SH_CLK_CPG
139 select RENESAS_IRQC
140 select SYS_SUPPORTS_SH_CMT
141 select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
142
143config ARCH_EMEV2
144 bool "Emma Mobile EV2"
145 select ARCH_WANT_OPTIONAL_GPIOLIB
146 select ARM_GIC
147 select CPU_V7
148 select MIGHT_HAVE_PCI
149 select USE_OF
150 select AUTO_ZRELADDR
151 select SYS_SUPPORTS_EM_STI
152
153config ARCH_R7S72100
154 bool "RZ/A1H (R7S72100)"
155 select ARCH_WANT_OPTIONAL_GPIOLIB
156 select ARM_GIC
157 select CPU_V7
158 select SH_CLK_CPG
159 select SYS_SUPPORTS_SH_MTU2
160

--- 39 unchanged lines hidden (view full) ---

200 bool "Armadillo-800 EVA board - Reference Device Tree Implementation"
201 depends on ARCH_R8A7740
202 select ARCH_REQUIRE_GPIOLIB
203 select REGULATOR_FIXED_VOLTAGE if REGULATOR
204 select SMSC_PHY if SH_ETH
205 select SND_SOC_WM8978 if SND_SIMPLE_CARD
206 select USE_OF
207 ---help---
143config ARCH_R7S72100
144 bool "RZ/A1H (R7S72100)"
145 select ARCH_WANT_OPTIONAL_GPIOLIB
146 select ARM_GIC
147 select CPU_V7
148 select SH_CLK_CPG
149 select SYS_SUPPORTS_SH_MTU2
150

--- 39 unchanged lines hidden (view full) ---

190 bool "Armadillo-800 EVA board - Reference Device Tree Implementation"
191 depends on ARCH_R8A7740
192 select ARCH_REQUIRE_GPIOLIB
193 select REGULATOR_FIXED_VOLTAGE if REGULATOR
194 select SMSC_PHY if SH_ETH
195 select SND_SOC_WM8978 if SND_SIMPLE_CARD
196 select USE_OF
197 ---help---
208 Use reference implementation of Armadillo800 EVA board support
209 which makes greater use of device tree at the expense
198 Use reference implementation of Aramdillo800 EVA board support
199 which makes a greater use of device tree at the expense
210 of not supporting a number of devices.
211
212 This is intended to aid developers
213
214config MACH_BOCKW
215 bool "BOCK-W platform"
216 depends on ARCH_R8A7778
217 select ARCH_REQUIRE_GPIOLIB

--- 125 unchanged lines hidden ---
200 of not supporting a number of devices.
201
202 This is intended to aid developers
203
204config MACH_BOCKW
205 bool "BOCK-W platform"
206 depends on ARCH_R8A7778
207 select ARCH_REQUIRE_GPIOLIB

--- 125 unchanged lines hidden ---