aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeresa Remmet <t.remmet@phytec.de>2017-01-24 05:09:35 -0500
committerTony Lindgren <tony@atomide.com>2017-01-24 10:03:54 -0500
commite5e6cf4b8179cbf54e620bba76a6da2e3ca7ed43 (patch)
treeb835f116bb6b212982faa9a0f1c34ee491ea1494
parent4cd6a59f5c1a9b0cca0da09fbba42b9450ffc899 (diff)
ARM: omap2plus_defconfig: Enable support for micrell phys
The phyCORE-AM335x SoM with PCM-953 carrierboard has a KSZ9021 phy mounted. To add support for this we need to enable the micrell phy driver in the config. Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/configs/omap2plus_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index bac35f3b0009..59f39aeff017 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -167,6 +167,7 @@ CONFIG_TI_CPTS=y
167# CONFIG_NET_VENDOR_VIA is not set 167# CONFIG_NET_VENDOR_VIA is not set
168# CONFIG_NET_VENDOR_WIZNET is not set 168# CONFIG_NET_VENDOR_WIZNET is not set
169CONFIG_AT803X_PHY=y 169CONFIG_AT803X_PHY=y
170CONFIG_MICREL_PHY=y
170CONFIG_SMSC_PHY=y 171CONFIG_SMSC_PHY=y
171CONFIG_USB_USBNET=m 172CONFIG_USB_USBNET=m
172CONFIG_USB_NET_SMSC75XX=m 173CONFIG_USB_NET_SMSC75XX=m