diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2013-12-19 18:20:54 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-03 20:17:53 -0500 |
commit | a2a4759b5262979cbe4bc1f681ec5a6ab064fce3 (patch) | |
tree | e5e674fdcfdec89d1cac2c86b5b3185323cabc0f | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 (diff) |
ARM: shmobile: Lager: conditionally select CONFIG_MICREL_PHY
Now that support for KSZ8041RNLI is added to the Micrel PHY driver and we intend
to support PHY IRQs on the Lager board, we have to enable the Micrel driver.
Do this by selecting CONFIG_MICREL_PHY for Lager if CONFIG_SH_ETH is enabled.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-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 338640631e08..a127252ab9e1 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -54,6 +54,7 @@ config MACH_KZM9D | |||
54 | config MACH_LAGER | 54 | config MACH_LAGER |
55 | bool "Lager board" | 55 | bool "Lager board" |
56 | depends on ARCH_R8A7790 | 56 | depends on ARCH_R8A7790 |
57 | select MICREL_PHY if SH_ETH | ||
57 | 58 | ||
58 | comment "Renesas ARM SoCs System Configuration" | 59 | comment "Renesas ARM SoCs System Configuration" |
59 | endif | 60 | endif |
@@ -261,6 +262,7 @@ config MACH_LAGER | |||
261 | bool "Lager board" | 262 | bool "Lager board" |
262 | depends on ARCH_R8A7790 | 263 | depends on ARCH_R8A7790 |
263 | select USE_OF | 264 | select USE_OF |
265 | select MICREL_PHY if SH_ETH | ||
264 | 266 | ||
265 | config MACH_KOELSCH | 267 | config MACH_KOELSCH |
266 | bool "Koelsch board" | 268 | bool "Koelsch board" |