diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-01-07 01:23:47 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-03 20:17:56 -0500 |
commit | 9edaca863ea6807aca7bb8aa5c7791f7387f6022 (patch) | |
tree | 39069241055d3b9c742dce115b1cc9235b89b0a1 /arch/arm/mach-shmobile | |
parent | 4fc0a0b93f178c0b077201ab70a53e1be6a69054 (diff) |
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: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 958ccf3d2919..2673f68f4416 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -156,11 +156,13 @@ comment "Renesas ARM SoCs Board Type" | |||
156 | config MACH_APE6EVM | 156 | config MACH_APE6EVM |
157 | bool "APE6EVM board" | 157 | bool "APE6EVM board" |
158 | depends on ARCH_R8A73A4 | 158 | depends on ARCH_R8A73A4 |
159 | select SMSC_PHY if SMSC911X | ||
159 | select USE_OF | 160 | select USE_OF |
160 | 161 | ||
161 | config MACH_APE6EVM_REFERENCE | 162 | config MACH_APE6EVM_REFERENCE |
162 | bool "APE6EVM board - Reference Device Tree Implementation" | 163 | bool "APE6EVM board - Reference Device Tree Implementation" |
163 | depends on ARCH_R8A73A4 | 164 | depends on ARCH_R8A73A4 |
165 | select SMSC_PHY if SMSC911X | ||
164 | select USE_OF | 166 | select USE_OF |
165 | ---help--- | 167 | ---help--- |
166 | Use reference implementation of APE6EVM board support | 168 | Use reference implementation of APE6EVM board support |