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/M5475FFE_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/M5475FFE_defconfig')
-rw-r--r-- | configs/M5475FFE_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/M5475FFE_defconfig b/configs/M5475FFE_defconfig index a12b62ac1f9..b28b6eb8d7f 100644 --- a/configs/M5475FFE_defconfig +++ b/configs/M5475FFE_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 |