diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2016-04-29 20:40:19 (GMT) |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-05-03 12:58:07 (GMT) |
commit | 2ead04d9d69ebded61da063cb5a8ade72da6c8f5 (patch) | |
tree | 8c0d1c0b5956fd511cdf0398fec2257fef79b049 /arch/arm/configs | |
parent | 154e80e21b764117ea19de74bc97863efabe192e (diff) | |
download | linux-2ead04d9d69ebded61da063cb5a8ade72da6c8f5.tar.xz |
ARM: imx_v6_v7_defconfig: add CONFIG_MICREL_PHY
The driver for Micrel PHYs is required for the Apalis iMX6 module
plugged into a Ixora carrier board featuring an on-module Micrel
KSZ9031 Gigabit PHY.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 0bd7fbb..21339ce 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -142,6 +142,7 @@ CONFIG_SMC911X=y CONFIG_SMSC911X=y # CONFIG_NET_VENDOR_STMICRO is not set CONFIG_AT803X_PHY=y +CONFIG_MICREL_PHY=y CONFIG_USB_PEGASUS=m CONFIG_USB_RTL8150=m CONFIG_USB_RTL8152=m |