diff options
author | Mugunthan V N | 2016-04-28 15:36:13 +0530 |
---|---|---|
committer | Joe Hershberger | 2016-05-24 11:42:04 -0500 |
commit | 641b936fa5ba4f07d8400bd3bc0540f4ad64eeb7 (patch) | |
tree | bdab34279eab32bc779210cbba22ae961f91394f /configs | |
parent | bc705ea1cf12d42f3f10ff2b9f0e037fd56b7410 (diff) |
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 <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/dra74_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/dra74_evm_defconfig b/configs/dra74_evm_defconfig index a11dcd56c34..32ffce7e185 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 |