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/eb_cpu5282_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/eb_cpu5282_defconfig')
-rw-r--r-- | configs/eb_cpu5282_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/eb_cpu5282_defconfig b/configs/eb_cpu5282_defconfig index 2d9caec5f2..951d1417f0 100644 --- a/configs/eb_cpu5282_defconfig +++ b/configs/eb_cpu5282_defconfig @@ -29,6 +29,8 @@ 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_MII=y CONFIG_VIDEO=y # CONFIG_CFB_CONSOLE is not set |