summaryrefslogtreecommitdiffstats
path: root/configs/M5485BFE_defconfig
diff options
context:
space:
mode:
authorAngelo Durgehello <angelo.dureghello@timesys.com>2019-11-15 23:54:14 +0100
committerTom Rini <trini@konsulko.com>2020-01-10 10:25:09 -0500
commit549c5cda7c9b2ab34cb308f0f77c658fa3daf0e7 (patch)
treef4de70fbad0e487de2e7b4a62212b60445eac69b /configs/M5485BFE_defconfig
parent0dac80110c81747d90e22aae27f9a8e64b2aecc9 (diff)
downloadu-boot-549c5cda7c9b2ab34cb308f0f77c658fa3daf0e7.tar.gz
u-boot-549c5cda7c9b2ab34cb308f0f77c658fa3daf0e7.tar.xz
u-boot-549c5cda7c9b2ab34cb308f0f77c658fa3daf0e7.zip
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/M5485BFE_defconfig')
-rw-r--r--configs/M5485BFE_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/M5485BFE_defconfig b/configs/M5485BFE_defconfig
index 0a7c2bffb0..42b5b4e883 100644
--- a/configs/M5485BFE_defconfig
+++ b/configs/M5485BFE_defconfig
@@ -23,7 +23,10 @@ CONFIG_FLASH_CFI_DRIVER=y
CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y
CONFIG_SYS_FLASH_PROTECTION=y
CONFIG_SYS_FLASH_CFI=y
+CONFIG_DM_ETH=y
+CONFIG_FSLDMAFEC=y
CONFIG_MII=y
+CONFIG_PHY=y
CONFIG_PCI=y
CONFIG_USB=y
CONFIG_USB_STORAGE=y