ARM: shmobile: koelsch: Conditionally select MICREL_PHY for Multiplatform
authorSimon Horman <horms+renesas@verge.net.au>
Thu, 26 Dec 2013 05:30:38 +0000 (14:30 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 4 Feb 2014 01:17:54 +0000 (10:17 +0900)
The koelsch board uses has an SH ethernet controller which uses a Micrel
phy. Select MICREL_PHY for koelsch if SH_ETH is enabled to make use of the
Micrel-specific phy driver rather than relying on the generic phy driver.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/Kconfig

index a127252ab9e1f0fcc868d17bdc513b88d11dbd73..958ccf3d2919e78bc0879f62c96bbf14c658cd29 100644 (file)
@@ -45,6 +45,7 @@ config MACH_GENMAI
 config MACH_KOELSCH
        bool "Koelsch board"
        depends on ARCH_R8A7791
+       select MICREL_PHY if SH_ETH
 
 config MACH_KZM9D
        bool "KZM9D board"