diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-01-07 15:23:47 +0900 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2015-02-04 11:13:50 +0100 |
commit | 2435a1ef973f9bc115eb072ea5cadc54c2de57ad (patch) | |
tree | 4932abf2a4fd7d06ebf9581e4188bfa842cc826d /arch/arm/mach-shmobile/Kconfig | |
parent | 5ebbc0b1c0bf173ac770bf5803d014570df0bec5 (diff) | |
download | linux-stable-2435a1ef973f9bc115eb072ea5cadc54c2de57ad.tar.gz linux-stable-2435a1ef973f9bc115eb072ea5cadc54c2de57ad.tar.bz2 linux-stable-2435a1ef973f9bc115eb072ea5cadc54c2de57ad.zip |
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>
(cherry picked from commit 317af6612ee29dfcb5ae04df9c58e9f79fc8d4ff)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 86f2644cc387..d67f4b9774f6 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -250,6 +250,7 @@ config MACH_MARZEN depends on ARCH_R8A7779 select ARCH_REQUIRE_GPIOLIB select REGULATOR_FIXED_VOLTAGE if REGULATOR + select SMSC_PHY if SMSC911X select USE_OF config MACH_MARZEN_REFERENCE @@ -257,6 +258,7 @@ config MACH_MARZEN_REFERENCE depends on ARCH_R8A7779 select ARCH_REQUIRE_GPIOLIB select REGULATOR_FIXED_VOLTAGE if REGULATOR + select SMSC_PHY if SMSC911X select USE_OF ---help--- Use reference implementation of Marzen board support |