From: Chaithrika U S <[EMAIL PROTECTED]> Modifies the davinci_evm_dm646x_defconfig to support PHY Layer.
Signed-off-by: Chaithrika U.S <[EMAIL PROTECTED]> --- arch/arm/configs/davinci_evm_dm646x_defconfig | 20 +++++++++++++++++++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/arch/arm/configs/davinci_evm_dm646x_defconfig b/arch/arm/configs/davinci_evm_dm646x_defconfig index 452f55f..6284034 100644 --- a/arch/arm/configs/davinci_evm_dm646x_defconfig +++ b/arch/arm/configs/davinci_evm_dm646x_defconfig @@ -491,7 +491,25 @@ CONFIG_NETDEVICES=y # CONFIG_EQUALIZER is not set CONFIG_TUN=m # CONFIG_VETH is not set -# CONFIG_PHYLIB is not set +CONFIG_PHYLIB=y + +# +# MII PHY device drivers +# +# CONFIG_MARVELL_PHY is not set +# CONFIG_DAVICOM_PHY is not set +# CONFIG_QSEMI_PHY is not set +# CONFIG_LXT_PHY is not set +# CONFIG_CICADA_PHY is not set +# CONFIG_VITESSE_PHY is not set +# CONFIG_SMSC_PHY is not set +# CONFIG_BROADCOM_PHY is not set +# CONFIG_ICPLUS_PHY is not set +# CONFIG_REALTEK_PHY is not set +# CONFIG_FIXED_PHY is not set +# CONFIG_MDIO_BITBANG is not set +CONFIG_LSI_ET1011C_PHY=y + CONFIG_NET_ETHERNET=y # CONFIG_MII is not set # CONFIG_AX88796 is not set -- 1.5.4.1 _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
