aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2014-04-05 17:44:13 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-04-05 17:44:13 -0400
commit930b440cd8256f3861bdb0a59d26efaadac7941a (patch)
tree145ac54e152834fed7bce78b3eb33e8ea4d90226 /arch/arm/mach-shmobile/Kconfig
parentff050ad12c551233e546506409c89eb2f640d9f3 (diff)
parent077492acceeafc0a106f88b0780623d2321a8947 (diff)
Merge tag 'boards-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC board changes from Arnd Bergmann: "As we continue to replace board files with device tree descriptions, this part of the ARM support is getting smaller. We have basically just defconfig changes here this time, and a significant number of Renesas shmobile changes, as Renesas is still in the process of deprecating board file support" * tag 'boards-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (92 commits) ARM: enable fhandle in multi_v7_defconfig ARM: tegra: enable fhandle in tegra_defconfig ARM: update multi_v7_defconfig for Tegra ARM: add Marvell Dove and some drivers to multi_v7 defconfig ARM: fix duplicate symbols in multi_v5_defconfig ARM: pxa: add gpio keys information ARM: tegra: defconfig updates ARM: config: keystone: enable AEMIF/NAND support ARM: qcom: Enable basic support for Qualcomm platforms in multi_v7_defconfig ARM: kirkwood: Add HP T5325 devices to {multi|mvebu}_v5_defconfig ARM: config: Add mvebu_v5_defconfig ARM: config: Add a multi_v5_defconfig ARM: shmobile: r7s72100: update defconfig for I2C usage ARM: shmobile: Remove Lager DT reference legacy clock bits ARM: shmobile: Remove Koelsch DT reference legacy clock bits ARM: shmobile: Remove KZM9D board code ARM: mvebu: update defconfigs for Armada 375 and 38x ARM: dove: Enable watchdog support in the defconfig ARM: mvebu: Enable watchdog support in defconfig ARM: config: keystone: enable led support ...
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"