aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-shmobile/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index 2673f68f4416..b624b5a7f79f 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -184,6 +184,7 @@ config MACH_ARMADILLO800EVA
184 depends on ARCH_R8A7740 184 depends on ARCH_R8A7740
185 select ARCH_REQUIRE_GPIOLIB 185 select ARCH_REQUIRE_GPIOLIB
186 select REGULATOR_FIXED_VOLTAGE if REGULATOR 186 select REGULATOR_FIXED_VOLTAGE if REGULATOR
187 select SMSC_PHY if SH_ETH
187 select SND_SOC_WM8978 if SND_SIMPLE_CARD 188 select SND_SOC_WM8978 if SND_SIMPLE_CARD
188 select USE_OF 189 select USE_OF
189 190
@@ -192,6 +193,7 @@ config MACH_ARMADILLO800EVA_REFERENCE
192 depends on ARCH_R8A7740 193 depends on ARCH_R8A7740
193 select ARCH_REQUIRE_GPIOLIB 194 select ARCH_REQUIRE_GPIOLIB
194 select REGULATOR_FIXED_VOLTAGE if REGULATOR 195 select REGULATOR_FIXED_VOLTAGE if REGULATOR
196 select SMSC_PHY if SH_ETH
195 select SND_SOC_WM8978 if SND_SIMPLE_CARD 197 select SND_SOC_WM8978 if SND_SIMPLE_CARD
196 select USE_OF 198 select USE_OF
197 ---help--- 199 ---help---