aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Horman <horms+renesas@verge.net.au>2014-01-07 01:23:47 -0500
committerSimon Horman <horms+renesas@verge.net.au>2014-02-04 00:28:31 -0500
commit317af6612ee29dfcb5ae04df9c58e9f79fc8d4ff (patch)
treedb260b057ed3c767b75e054bc9ab3c49aeb44348
parentc5c2a294a4b24778cd3cab880bf05becee471edb (diff)
ARM: shmobile: marzen: Conditionally select SMSC_PHY
The marzen board uses has an SMSC911X ethernet controller which uses an SMSC phy. Select SMSC_PHY for marzen if SMSC911X is enabled to make use of the SMSC-specific phy driver rather than relying on the generic phy driver. Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-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 f8005ef62226..7e3f42bfaf6b 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -250,6 +250,7 @@ config MACH_MARZEN
250 depends on ARCH_R8A7779 250 depends on ARCH_R8A7779
251 select ARCH_REQUIRE_GPIOLIB 251 select ARCH_REQUIRE_GPIOLIB
252 select REGULATOR_FIXED_VOLTAGE if REGULATOR 252 select REGULATOR_FIXED_VOLTAGE if REGULATOR
253 select SMSC_PHY if SMSC911X
253 select USE_OF 254 select USE_OF
254 255
255config MACH_MARZEN_REFERENCE 256config MACH_MARZEN_REFERENCE
@@ -257,6 +258,7 @@ config MACH_MARZEN_REFERENCE
257 depends on ARCH_R8A7779 258 depends on ARCH_R8A7779
258 select ARCH_REQUIRE_GPIOLIB 259 select ARCH_REQUIRE_GPIOLIB
259 select REGULATOR_FIXED_VOLTAGE if REGULATOR 260 select REGULATOR_FIXED_VOLTAGE if REGULATOR
261 select SMSC_PHY if SMSC911X
260 select USE_OF 262 select USE_OF
261 ---help--- 263 ---help---
262 Use reference implementation of Marzen board support 264 Use reference implementation of Marzen board support