From 358133239b37cf3c936cc968d7bde9c5546ad130 Mon Sep 17 00:00:00 2001 From: Mugunthan V N Date: Wed, 10 Aug 2016 22:05:03 +0530 Subject: configs: dra7xx_evm: enable eth driver model Enable eth driver model for dra7xx_evm as cpsw supports driver model. This was already added with the commit 641b936fa5ba but with commit bd7245849f7c to add fit support CONFIG_DM_ETH was missed. Signed-off-by: Mugunthan V N Cc: Lokesh Vutla Reviewed-by: Tom Rini Acked-by: Lokesh Vutla --- configs/dra7xx_evm_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig index 44393d7..956b83e 100644 --- a/configs/dra7xx_evm_defconfig +++ b/configs/dra7xx_evm_defconfig @@ -62,3 +62,4 @@ CONFIG_PCF8575_GPIO=y CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_CMD_REGULATOR=y +CONFIG_DM_ETH=y -- cgit v1.1