From: Mugunthan V N Date: Tue, 2 Feb 2016 10:21:34 +0000 (+0530) Subject: defconfig: k2hk_evm_defconfig: enable net driver model X-Git-Tag: v2016.03-rc2~63 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a350e92a6f69b9f0b3c72c5aaf9f7ab422fc1f3;hp=6599f3690c6bcc45a508b19f75aa3c98993f8629;p=platform%2Fkernel%2Fu-boot.git defconfig: k2hk_evm_defconfig: enable net driver model enable net driver model for k2hk evm as keystone_net supports driver model Signed-off-by: Mugunthan V N Reviewed-by: Tom Rini Acked-by: Joe Hershberger --- 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