From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Date: Fri, 22 Jan 2016 13:53:18 +0530 Subject: [U-Boot] [PATCH v2 4/8] defconfig: k2hk_evm_defconfig: enable net driver model In-Reply-To: <1453451002-21444-1-git-send-email-mugunthanvnm@ti.com> References: <1453451002-21444-1-git-send-email-mugunthanvnm@ti.com> Message-ID: <1453451002-21444-5-git-send-email-mugunthanvnm@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de enable net driver model for k2hk evm as keystone_net supports driver model Signed-off-by: Mugunthan V N Reviewed-by: Tom Rini --- configs/k2hk_evm_defconfig | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.0.rc3