diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2021-04-02 15:52:32 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2021-04-08 20:29:54 +0200 |
commit | 2668e2821365358d1010448b91fb6691e9e79700 (patch) | |
tree | d8e311023ed1099e5da1af8d6e0b914b329633ab /configs/riotboard_defconfig | |
parent | ed3b1d9c8ce78a6875696f5b6ce42765a75ea36b (diff) | |
download | u-boot-2668e2821365358d1010448b91fb6691e9e79700.tar.gz |
ARM: embestmx6boards: convert mars/riot boards to DM_ETH
Convert the boards to use DM_ETH.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Cc: "Eric BĂ©nard" <eric@eukrea.com>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'configs/riotboard_defconfig')
-rw-r--r-- | configs/riotboard_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/riotboard_defconfig b/configs/riotboard_defconfig index 1e5dc39318..12af407400 100644 --- a/configs/riotboard_defconfig +++ b/configs/riotboard_defconfig @@ -52,6 +52,8 @@ CONFIG_SF_DEFAULT_SPEED=20000000 CONFIG_SPI_FLASH_SST=y CONFIG_PHYLIB=y CONFIG_PHY_ATHEROS=y +CONFIG_DM_ETH=y +CONFIG_FEC_MXC=y CONFIG_MII=y CONFIG_MXC_UART=y CONFIG_SPI=y |