]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: shmobile: Lager: conditionally select CONFIG_MICREL_PHY
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Thu, 19 Dec 2013 23:20:54 +0000 (02:20 +0300)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 4 Feb 2014 01:17:53 +0000 (10:17 +0900)
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>
arch/arm/mach-shmobile/Kconfig

index 338640631e08234ebcab2a5616dec8240e68aed8..a127252ab9e1f0fcc868d17bdc513b88d11dbd73 100644 (file)
@@ -54,6 +54,7 @@ config MACH_KZM9D
 config MACH_LAGER
        bool "Lager board"
        depends on ARCH_R8A7790
+       select MICREL_PHY if SH_ETH
 
 comment "Renesas ARM SoCs System Configuration"
 endif
@@ -261,6 +262,7 @@ config MACH_LAGER
        bool "Lager board"
        depends on ARCH_R8A7790
        select USE_OF
+       select MICREL_PHY if SH_ETH
 
 config MACH_KOELSCH
        bool "Koelsch board"