diff options
author | Sekhar Nori <nsekhar@ti.com> | 2017-08-09 17:02:49 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-08-10 20:35:52 +0300 |
commit | 011f725a3bedf8d91f6318ca4f24b7fa2fde7656 (patch) | |
tree | 67f187667cffb161155b0b20b3006586d08544a8 | |
parent | 9b51f04424e17051a89ab32d892ca66b2a104825 (diff) | |
download | linux-011f725a3bedf8d91f6318ca4f24b7fa2fde7656.tar.xz |
ARM: omap2plus_defconfig: enable DP83867 phy driver
TI's DP83867 phy is used on DRA72x EVM rev C and DRA71x
EVMs. Enable support for it in omap2plus_defconfig.
The driver is built into the kernel to help NFS booting.
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.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 a120ae816260..d4afa2ca2537 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -170,6 +170,7 @@ CONFIG_TI_CPTS=y # CONFIG_NET_VENDOR_WIZNET is not set CONFIG_AT803X_PHY=y CONFIG_DP83848_PHY=y +CONFIG_DP83867_PHY=y CONFIG_MICREL_PHY=y CONFIG_SMSC_PHY=y CONFIG_PPP=m |