Skip to content

Commit

Permalink
ARM: shmobile: koelsch: Conditionally select MICREL_PHY
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Simon Horman committed Dec 19, 2013
1 parent 4b5c211 commit 8967136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-shmobile/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ config MACH_KOELSCH
bool "Koelsch board"
depends on ARCH_R8A7791
select USE_OF
select MICREL_PHY if SH_ETH

config MACH_KZM9G
bool "KZM-A9-GT board"
Expand Down

0 comments on commit 8967136

Please sign in to comment.