summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJagan Teki <[email protected]>2016-12-06 00:00:53 +0100
committerStefano Babic <[email protected]>2016-12-16 17:15:27 +0100
commite920f607793a0846b3837924e8ea5e95f2adc29b (patch)
tree7b3b568202e85e38003707d8f22382e3d7c7d130 /arch
parent65613cada2be42392ec7b0d9be94d38b9a17ba9f (diff)
icorem6: Use CONFIG_DM_ETH support
Use CONFIG_DM_ETH and remove board_eth_init code from board files. Cc: Joe Hershberger <[email protected]> Cc: Peng Fan <[email protected]> Cc: Stefano Babic <[email protected]> Cc: Michael Trimarchi <[email protected]> Acked-by: Joe Hershberger <[email protected]> Signed-off-by: Jagan Teki <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/cpu/armv7/mx6/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig
index eefe629187b..544f9af626f 100644
--- a/arch/arm/cpu/armv7/mx6/Kconfig
+++ b/arch/arm/cpu/armv7/mx6/Kconfig
@@ -126,6 +126,7 @@ config TARGET_MX6Q_ICORE
select MX6QDL
select OF_CONTROL
select DM
+ select DM_ETH
select DM_GPIO
select DM_MMC
select DM_THERMAL