From: Simon Horman Date: Tue, 7 Jan 2014 06:23:47 +0000 (+0900) Subject: ARM: shmobile: mackerel: Conditionally select SMSC_PHY X-Git-Tag: upstream/snapshot3+hdmi~784 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80ea08511fb3096f8dfeba99b19083e429401f60;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ARM: shmobile: mackerel: Conditionally select SMSC_PHY The mackerel board uses has an SMSC911X ethernet controller which uses an SMSC phy. Select SMSC_PHY for mackerel 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 (cherry picked from commit c5c2a294a4b24778cd3cab880bf05becee471edb) Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index b4a42e5..86f2644 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -177,6 +177,7 @@ config MACH_MACKEREL depends on ARCH_SH7372 select ARCH_REQUIRE_GPIOLIB select REGULATOR_FIXED_VOLTAGE if REGULATOR + select SMSC_PHY if SMSC911X select SND_SOC_AK4642 if SND_SIMPLE_CARD select USE_OF