提交 9edaca86 编写于 作者: S Simon Horman

ARM: shmobile: ape6evm: Conditionally select SMSC_PHY

The ape6evm board uses has an SMSC911X ethernet controller which uses an
SMSC phy. Select SMSC_PHY for ape6evm if SMSC911X is enabled to make use of the
SMSC-specific phy driver rather than relying on the generic phy driver.
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 4fc0a0b9
...@@ -156,11 +156,13 @@ comment "Renesas ARM SoCs Board Type" ...@@ -156,11 +156,13 @@ comment "Renesas ARM SoCs Board Type"
config MACH_APE6EVM config MACH_APE6EVM
bool "APE6EVM board" bool "APE6EVM board"
depends on ARCH_R8A73A4 depends on ARCH_R8A73A4
select SMSC_PHY if SMSC911X
select USE_OF select USE_OF
config MACH_APE6EVM_REFERENCE config MACH_APE6EVM_REFERENCE
bool "APE6EVM board - Reference Device Tree Implementation" bool "APE6EVM board - Reference Device Tree Implementation"
depends on ARCH_R8A73A4 depends on ARCH_R8A73A4
select SMSC_PHY if SMSC911X
select USE_OF select USE_OF
---help--- ---help---
Use reference implementation of APE6EVM board support Use reference implementation of APE6EVM board support
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册