diff mbox

[U-Boot,4/8] defconfig: k2hk_evm_defconfig: enable net driver model

Message ID 1453291257-14885-5-git-send-email-mugunthanvnm@ti.com
State Accepted
Commit 9a350e92a6f69b9f0b3c72c5aaf9f7ab422fc1f3
Delegated to: Joe Hershberger
Headers show

Commit Message

Mugunthan V N Jan. 20, 2016, noon UTC
enable net driver model for k2hk evm as keystone_net supports
driver model

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
---
 configs/k2hk_evm_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Jan. 20, 2016, 3:16 p.m. UTC | #1
On Wed, Jan 20, 2016 at 05:30:53PM +0530, Mugunthan V N wrote:

> enable net driver model for k2hk evm as keystone_net supports
> driver model
> 
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
diff mbox

Patch

diff --git a/configs/k2hk_evm_defconfig b/configs/k2hk_evm_defconfig
index 940d483..f49d820 100644
--- a/configs/k2hk_evm_defconfig
+++ b/configs/k2hk_evm_defconfig
@@ -13,3 +13,4 @@  CONFIG_DM=y
 CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_SYS_NS16550=y
+CONFIG_DM_ETH=y