aboutsummaryrefslogtreecommitdiff
path: root/configs/mx6sabresd_defconfig
diff options
context:
space:
mode:
authorAlifer Moraes <alifer.wsdm@gmail.com>2020-02-10 11:28:01 -0300
committerStefano Babic <sbabic@denx.de>2020-03-10 10:59:08 +0100
commit02ee7a4aa57b37d6003263b69b1852c4cda5975e (patch)
tree7b2b8ad09298e7c022fe4829a2fea5b2aa0e6e90 /configs/mx6sabresd_defconfig
parentd1d78db1dbcb699192bc2251addc0b6a8d32993b (diff)
downloadu-boot-02ee7a4aa57b37d6003263b69b1852c4cda5975e.zip
u-boot-02ee7a4aa57b37d6003263b69b1852c4cda5975e.tar.gz
u-boot-02ee7a4aa57b37d6003263b69b1852c4cda5975e.tar.bz2
mx6sabresd: Convert ethernet to driver model
Convert imx6sabresd ethernet to driver model to fix 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: Alifer Moraes <alifer.wsdm@gmail.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'configs/mx6sabresd_defconfig')
-rw-r--r--configs/mx6sabresd_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/mx6sabresd_defconfig b/configs/mx6sabresd_defconfig
index 8629554..f218408 100644
--- a/configs/mx6sabresd_defconfig
+++ b/configs/mx6sabresd_defconfig
@@ -81,6 +81,11 @@ CONFIG_SF_DEFAULT_MODE=0
CONFIG_SF_DEFAULT_SPEED=20000000
CONFIG_SPI_FLASH_STMICRO=y
CONFIG_PHYLIB=y
+CONFIG_PHY_ATHEROS=y
+CONFIG_DM_ETH=y
+CONFIG_DM_MDIO=y
+CONFIG_FEC_MXC=y
+CONFIG_RGMII=y
CONFIG_MII=y
CONFIG_PCI=y
CONFIG_DM_PCI=y