diff options
author | Teresa Remmet <t.remmet@phytec.de> | 2017-01-24 13:09:35 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-01-24 18:03:54 +0300 |
commit | e5e6cf4b8179cbf54e620bba76a6da2e3ca7ed43 (patch) | |
tree | b835f116bb6b212982faa9a0f1c34ee491ea1494 /arch/arm/configs | |
parent | 4cd6a59f5c1a9b0cca0da09fbba42b9450ffc899 (diff) | |
download | linux-e5e6cf4b8179cbf54e620bba76a6da2e3ca7ed43.tar.xz |
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>
Diffstat (limited to 'arch/arm/configs')
-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 bac35f3b0009..59f39aeff017 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -167,6 +167,7 @@ CONFIG_TI_CPTS=y # CONFIG_NET_VENDOR_VIA is not set # CONFIG_NET_VENDOR_WIZNET is not set CONFIG_AT803X_PHY=y +CONFIG_MICREL_PHY=y CONFIG_SMSC_PHY=y CONFIG_USB_USBNET=m CONFIG_USB_NET_SMSC75XX=m |