commit | 6e366caf99a6d1e2e29085bf4d1ba49b29cdc001 | [log] [tgz] |
---|---|---|
author | Angelo Durgehello <angelo.dureghello@timesys.com> | Fri Nov 15 23:54:14 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 10 10:25:09 2020 -0500 |
tree | f4de70fbad0e487de2e7b4a62212b60445eac69b | |
parent | aac6513aa81d50787c95537caad43c13df270ffa [diff] [blame] |
configs: add eth dm support for all ColdFire boards Add dm eth config options for all involved ColdFire-based boards. Signed-off-by: Angelo Durgehello <angelo.dureghello@timesys.com>
diff --git a/configs/M5235EVB_defconfig b/configs/M5235EVB_defconfig index 347782c..9807aa4 100644 --- a/configs/M5235EVB_defconfig +++ b/configs/M5235EVB_defconfig
@@ -26,4 +26,6 @@ CONFIG_FLASH_CFI_DRIVER=y CONFIG_SYS_FLASH_PROTECTION=y CONFIG_SYS_FLASH_CFI=y +CONFIG_DM_ETH=y +CONFIG_MCFFEC=y CONFIG_MII=y