commit | 549c5cda7c9b2ab34cb308f0f77c658fa3daf0e7 | [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 | 0dac80110c81747d90e22aae27f9a8e64b2aecc9 [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/M5275EVB_defconfig b/configs/M5275EVB_defconfig index d4f6d42..72934ec 100644 --- a/configs/M5275EVB_defconfig +++ b/configs/M5275EVB_defconfig
@@ -23,4 +23,6 @@ CONFIG_MTD_NOR_FLASH=y CONFIG_FLASH_CFI_DRIVER=y CONFIG_SYS_FLASH_CFI=y +CONFIG_DM_ETH=y +CONFIG_MCFFEC=y CONFIG_MII=y