From: Ye Li <ye.li@nxp.com>
Date: Mon, 16 Aug 2021 10:44:32 +0000 (+0800)
Subject: imx8mp_evk: Enable the DWC EQoS iMX driver
X-Git-Tag: v2025.01-rc5-pxa1908~1668^2~4
X-Git-Url: http://git.dujemihanovic.xyz/img/static/html/%7B%7B?a=commitdiff_plain;h=b65dc989a779d17a140685e823aa875943956442;p=u-boot.git

imx8mp_evk: Enable the DWC EQoS iMX driver

Enable the EQoS i.MX driver in defconfig, also enable the PHYLIB
to facilitate the case that only has FEC enabled.

Signed-off-by: Ye Li <ye.li@nxp.com>
---

diff --git a/configs/imx8mp_evk_defconfig b/configs/imx8mp_evk_defconfig
index 0abe137027..c507b5823c 100644
--- a/configs/imx8mp_evk_defconfig
+++ b/configs/imx8mp_evk_defconfig
@@ -73,9 +73,12 @@ CONFIG_MMC_HS400_ES_SUPPORT=y
 CONFIG_MMC_HS400_SUPPORT=y
 CONFIG_FSL_ESDHC_IMX=y
 CONFIG_PHY_REALTEK=y
+CONFIG_PHYLIB=y
 CONFIG_DM_ETH=y
+CONFIG_DM_ETH_PHY=y
 CONFIG_PHY_GIGE=y
 CONFIG_DWC_ETH_QOS=y
+CONFIG_DWC_ETH_QOS_IMX=y
 CONFIG_FEC_MXC=y
 CONFIG_MII=y
 CONFIG_PINCTRL=y