summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMugunthan V N <[email protected]>2016-08-10 22:05:03 +0530
committerTom Rini <[email protected]>2016-08-12 09:23:47 -0400
commit358133239b37cf3c936cc968d7bde9c5546ad130 (patch)
tree52d4df4ec31d1e373d2634212626a578bfbac677
parent8f521bfc92cb20ce4de3610fd255495709fd417a (diff)
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 <[email protected]> Cc: Lokesh Vutla <[email protected]> Reviewed-by: Tom Rini <[email protected]> Acked-by: Lokesh Vutla <[email protected]>
-rw-r--r--configs/dra7xx_evm_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig
index 44393d7a3eb..956b83e410f 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