diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2016-04-08 12:11:59 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-13 14:44:53 -0700 |
commit | df4b461dcce518e39136cdd7ea6d32188c85146a (patch) | |
tree | 92bf2de7bc1e4363e38e01cd36652fb89026e4b0 /arch | |
parent | 73489eead20520d5de6dee3527b9a6d0435611c1 (diff) | |
download | linux-stable-df4b461dcce518e39136cdd7ea6d32188c85146a.tar.gz linux-stable-df4b461dcce518e39136cdd7ea6d32188c85146a.tar.bz2 linux-stable-df4b461dcce518e39136cdd7ea6d32188c85146a.zip |
ARM: omap2plus_defconfig: Enable MDIO Bus/PHY emulation support
MDIO Bus/PHY emulation with fixed speed/link PHYs will be used in
Baltos iR5221 devices to connect to ICPlus IP175D switch IC.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index c61fb57fc363..c48404c7bce5 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -178,6 +178,7 @@ CONFIG_TI_CPTS=y # CONFIG_NET_VENDOR_WIZNET is not set CONFIG_AT803X_PHY=y CONFIG_SMSC_PHY=y +CONFIG_FIXED_PHY=y CONFIG_DP83867_PHY=y CONFIG_USB_USBNET=m CONFIG_USB_NET_SMSC75XX=m |