aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Kconfig
diff options
context:
space:
mode:
authorSimon Horman <horms+renesas@verge.net.au>2013-12-26 00:30:38 -0500
committerSimon Horman <horms+renesas@verge.net.au>2014-02-03 20:17:54 -0500
commitaefe88ba044bdcd91bc0cd1e75ab2dc524ed5107 (patch)
treec16a368096e563249d3fd259bae94ffa0c9e122b /arch/arm/mach-shmobile/Kconfig
parentf3ffa47c8d563d8ea3e378fa59aca5dde9624a01 (diff)
ARM: shmobile: koelsch: Conditionally select MICREL_PHY for Multiplatform
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>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r--arch/arm/mach-shmobile/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index a127252ab9e1..958ccf3d2919 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -45,6 +45,7 @@ config MACH_GENMAI
45config MACH_KOELSCH 45config MACH_KOELSCH
46 bool "Koelsch board" 46 bool "Koelsch board"
47 depends on ARCH_R8A7791 47 depends on ARCH_R8A7791
48 select MICREL_PHY if SH_ETH
48 49
49config MACH_KZM9D 50config MACH_KZM9D
50 bool "KZM9D board" 51 bool "KZM9D board"