summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorPedro Jardim <jardim.c.pedro@gmail.com>2020-02-13 20:59:43 +0300
committerStefano Babic <sbabic@denx.de>2020-03-10 12:59:08 +0300
commit905dbe23b92cd9a6631091546f206b602c958750 (patch)
tree87c1d7a746efa5e194df9c72833ec8fb7f932346 /configs
parent60559d35751c57de61a6720265cc6b8a09d692ed (diff)
downloadu-boot-905dbe23b92cd9a6631091546f206b602c958750.tar.xz
mx6sabreauto: Convert to DM_ETH
This fixes the following warning: ===================== WARNING ====================== This board does not use CONFIG_DM_ETH (Driver Model for Ethernet drivers). Please update the board to use CONFIG_DM_ETH before the v2020.07 release. Failure to update by the deadline may result in board removal. See doc/driver-model/migration.rst for more info. ==================================================== Signed-off-by: Pedro Jardim <jardim.c.pedro@gmail.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/mx6sabreauto_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/mx6sabreauto_defconfig b/configs/mx6sabreauto_defconfig
index 723e1c32d8..06835f203a 100644
--- a/configs/mx6sabreauto_defconfig
+++ b/configs/mx6sabreauto_defconfig
@@ -97,3 +97,8 @@ CONFIG_DM_VIDEO=y
# CONFIG_VIDEO_BPP32 is not set
CONFIG_SYS_WHITE_ON_BLACK=y
CONFIG_VIDEO_IPUV3=y
+CONFIG_FEC_MXC=y
+CONFIG_PHY_ATHEROS=y
+CONFIG_DM_ETH=y
+CONFIG_DM_MDIO=y
+CONFIG_RGMII=y