aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSimon Horman <horms+renesas@verge.net.au>2013-12-12 07:35:43 -0500
committerSimon Horman <horms+renesas@verge.net.au>2013-12-19 04:03:53 -0500
commit8967136000668e10743758c84ddd39556b01cd57 (patch)
tree00320810afe8c6ba9ab13712b7f7544851f704ea /arch
parent4b5c211f9f93c3919f23c88d808a4eda104ec8b2 (diff)
ARM: shmobile: koelsch: Conditionally select MICREL_PHY
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')
-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 8a1364e076c9..8c8889211f6d 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -243,6 +243,7 @@ config MACH_KOELSCH
243 bool "Koelsch board" 243 bool "Koelsch board"
244 depends on ARCH_R8A7791 244 depends on ARCH_R8A7791
245 select USE_OF 245 select USE_OF
246 select MICREL_PHY if SH_ETH
246 247
247config MACH_KZM9G 248config MACH_KZM9G
248 bool "KZM-A9-GT board" 249 bool "KZM-A9-GT board"