From: Mugunthan V N Date: Thu, 28 Apr 2016 10:06:13 +0000 (+0530) Subject: defconfig: dra74_evm: enable eth driver model X-Git-Tag: KARO-TXSD-2017-03-15~1013^2~7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=641b936fa5ba4f07d8400bd3bc0540f4ad64eeb7;p=karo-tx-uboot.git defconfig: dra74_evm: enable eth driver model Enable eth driver model for dra74_evm as cpsw supports driver model. Signed-off-by: Mugunthan V N Reviewed-by: Tom Rini Acked-by: Joe Hershberger --- diff --git a/configs/dra74_evm_defconfig b/configs/dra74_evm_defconfig index a11dcd56c3..32ffce7e18 100644 --- a/configs/dra74_evm_defconfig +++ b/configs/dra74_evm_defconfig @@ -50,3 +50,4 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Texas Instruments" CONFIG_G_DNL_VENDOR_NUM=0x0451 CONFIG_G_DNL_PRODUCT_NUM=0xd022 +CONFIG_DM_ETH=y