diff options
author | Angelo Durgehello <angelo.dureghello@timesys.com> | 2019-11-15 23:54:14 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-10 10:25:09 -0500 |
commit | 549c5cda7c9b2ab34cb308f0f77c658fa3daf0e7 (patch) | |
tree | f4de70fbad0e487de2e7b4a62212b60445eac69b /configs/M5373EVB_defconfig | |
parent | 0dac80110c81747d90e22aae27f9a8e64b2aecc9 (diff) |
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>
Diffstat (limited to 'configs/M5373EVB_defconfig')
-rw-r--r-- | configs/M5373EVB_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/M5373EVB_defconfig b/configs/M5373EVB_defconfig index f9d5048445d..5ba2343da49 100644 --- a/configs/M5373EVB_defconfig +++ b/configs/M5373EVB_defconfig @@ -25,5 +25,7 @@ CONFIG_MTD_NOR_FLASH=y CONFIG_FLASH_CFI_DRIVER=y CONFIG_SYS_FLASH_PROTECTION=y CONFIG_SYS_FLASH_CFI=y +CONFIG_DM_ETH=y +CONFIG_MCFFEC=y CONFIG_MTD_RAW_NAND=y CONFIG_MII=y |