aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r--arch/arm/mach-shmobile/Kconfig18
1 files changed, 11 insertions, 7 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index c0b650b1c846..a182008e3aeb 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -45,15 +45,12 @@ config MACH_GENMAI
45config MACH_KOELSCH 45config MACH_KOELSCH
46 bool "Koelsch board" 46 bool "Koelsch board"
47 depends on ARCH_R8A7791 47 depends on ARCH_R8A7791
48 48 select MICREL_PHY if SH_ETH
49config MACH_KZM9D
50 bool "KZM9D board"
51 depends on ARCH_EMEV2
52 select REGULATOR_FIXED_VOLTAGE if REGULATOR
53 49
54config MACH_LAGER 50config MACH_LAGER
55 bool "Lager board" 51 bool "Lager board"
56 depends on ARCH_R8A7790 52 depends on ARCH_R8A7790
53 select MICREL_PHY if SH_ETH
57 54
58comment "Renesas ARM SoCs System Configuration" 55comment "Renesas ARM SoCs System Configuration"
59endif 56endif
@@ -166,11 +163,13 @@ comment "Renesas ARM SoCs Board Type"
166config MACH_APE6EVM 163config MACH_APE6EVM
167 bool "APE6EVM board" 164 bool "APE6EVM board"
168 depends on ARCH_R8A73A4 165 depends on ARCH_R8A73A4
166 select SMSC_PHY if SMSC911X
169 select USE_OF 167 select USE_OF
170 168
171config MACH_APE6EVM_REFERENCE 169config MACH_APE6EVM_REFERENCE
172 bool "APE6EVM board - Reference Device Tree Implementation" 170 bool "APE6EVM board - Reference Device Tree Implementation"
173 depends on ARCH_R8A73A4 171 depends on ARCH_R8A73A4
172 select SMSC_PHY if SMSC911X
174 select USE_OF 173 select USE_OF
175 ---help--- 174 ---help---
176 Use reference implementation of APE6EVM board support 175 Use reference implementation of APE6EVM board support
@@ -184,6 +183,7 @@ config MACH_MACKEREL
184 depends on ARCH_SH7372 183 depends on ARCH_SH7372
185 select ARCH_REQUIRE_GPIOLIB 184 select ARCH_REQUIRE_GPIOLIB
186 select REGULATOR_FIXED_VOLTAGE if REGULATOR 185 select REGULATOR_FIXED_VOLTAGE if REGULATOR
186 select SMSC_PHY if SMSC911X
187 select SND_SOC_AK4642 if SND_SIMPLE_CARD 187 select SND_SOC_AK4642 if SND_SIMPLE_CARD
188 select USE_OF 188 select USE_OF
189 189
@@ -192,6 +192,7 @@ config MACH_ARMADILLO800EVA
192 depends on ARCH_R8A7740 192 depends on ARCH_R8A7740
193 select ARCH_REQUIRE_GPIOLIB 193 select ARCH_REQUIRE_GPIOLIB
194 select REGULATOR_FIXED_VOLTAGE if REGULATOR 194 select REGULATOR_FIXED_VOLTAGE if REGULATOR
195 select SMSC_PHY if SH_ETH
195 select SND_SOC_WM8978 if SND_SIMPLE_CARD 196 select SND_SOC_WM8978 if SND_SIMPLE_CARD
196 select USE_OF 197 select USE_OF
197 198
@@ -200,6 +201,7 @@ config MACH_ARMADILLO800EVA_REFERENCE
200 depends on ARCH_R8A7740 201 depends on ARCH_R8A7740
201 select ARCH_REQUIRE_GPIOLIB 202 select ARCH_REQUIRE_GPIOLIB
202 select REGULATOR_FIXED_VOLTAGE if REGULATOR 203 select REGULATOR_FIXED_VOLTAGE if REGULATOR
204 select SMSC_PHY if SH_ETH
203 select SND_SOC_WM8978 if SND_SIMPLE_CARD 205 select SND_SOC_WM8978 if SND_SIMPLE_CARD
204 select USE_OF 206 select USE_OF
205 ---help--- 207 ---help---
@@ -213,11 +215,11 @@ config MACH_BOCKW
213 bool "BOCK-W platform" 215 bool "BOCK-W platform"
214 depends on ARCH_R8A7778 216 depends on ARCH_R8A7778
215 select ARCH_REQUIRE_GPIOLIB 217 select ARCH_REQUIRE_GPIOLIB
216 select RENESAS_INTC_IRQPIN
217 select REGULATOR_FIXED_VOLTAGE if REGULATOR 218 select REGULATOR_FIXED_VOLTAGE if REGULATOR
218 select USE_OF 219 select RENESAS_INTC_IRQPIN
219 select SND_SOC_AK4554 if SND_SIMPLE_CARD 220 select SND_SOC_AK4554 if SND_SIMPLE_CARD
220 select SND_SOC_AK4642 if SND_SIMPLE_CARD 221 select SND_SOC_AK4642 if SND_SIMPLE_CARD
222 select USE_OF
221 223
222config MACH_BOCKW_REFERENCE 224config MACH_BOCKW_REFERENCE
223 bool "BOCK-W - Reference Device Tree Implementation" 225 bool "BOCK-W - Reference Device Tree Implementation"
@@ -273,6 +275,8 @@ config MACH_LAGER
273 bool "Lager board" 275 bool "Lager board"
274 depends on ARCH_R8A7790 276 depends on ARCH_R8A7790
275 select USE_OF 277 select USE_OF
278 select MICREL_PHY if SH_ETH
279 select SND_SOC_AK4642 if SND_SIMPLE_CARD
276 280
277config MACH_KOELSCH 281config MACH_KOELSCH
278 bool "Koelsch board" 282 bool "Koelsch board"