]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
configs: dra7xx_evm: enable eth driver model
authorMugunthan V N <mugunthanvnm@ti.com>
Wed, 10 Aug 2016 16:35:03 +0000 (22:05 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 12 Aug 2016 13:23:47 +0000 (09:23 -0400)
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 <mugunthanvnm@ti.com>
Cc: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Lokesh Vutla <lokeshvutla@ti.com>
configs/dra7xx_evm_defconfig

index 44393d7a3eba274116ec597f90675811ec92aa85..956b83e410fa592ec5816f02df379e33d55f0579 100644 (file)
@@ -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