mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 04:32:03 +00:00
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>
This commit is contained in:
parent
4b5c211f9f
commit
8967136000
@ -243,6 +243,7 @@ config MACH_KOELSCH
|
|||||||
bool "Koelsch board"
|
bool "Koelsch board"
|
||||||
depends on ARCH_R8A7791
|
depends on ARCH_R8A7791
|
||||||
select USE_OF
|
select USE_OF
|
||||||
|
select MICREL_PHY if SH_ETH
|
||||||
|
|
||||||
config MACH_KZM9G
|
config MACH_KZM9G
|
||||||
bool "KZM-A9-GT board"
|
bool "KZM-A9-GT board"
|
||||||
|
Loading…
Reference in New Issue
Block a user