diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2016-04-08 06:11:59 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-13 17:44:53 -0400 |
commit | df4b461dcce518e39136cdd7ea6d32188c85146a (patch) | |
tree | 92bf2de7bc1e4363e38e01cd36652fb89026e4b0 | |
parent | 73489eead20520d5de6dee3527b9a6d0435611c1 (diff) |
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>
-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 | |||
178 | # CONFIG_NET_VENDOR_WIZNET is not set | 178 | # CONFIG_NET_VENDOR_WIZNET is not set |
179 | CONFIG_AT803X_PHY=y | 179 | CONFIG_AT803X_PHY=y |
180 | CONFIG_SMSC_PHY=y | 180 | CONFIG_SMSC_PHY=y |
181 | CONFIG_FIXED_PHY=y | ||
181 | CONFIG_DP83867_PHY=y | 182 | CONFIG_DP83867_PHY=y |
182 | CONFIG_USB_USBNET=m | 183 | CONFIG_USB_USBNET=m |
183 | CONFIG_USB_NET_SMSC75XX=m | 184 | CONFIG_USB_NET_SMSC75XX=m |