aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2021-08-16 18:44:32 +0800
committerStefano Babic <sbabic@denx.de>2021-10-21 13:59:26 +0200
commitb65dc989a779d17a140685e823aa875943956442 (patch)
tree7c2d010c03d3ab180478cc6e806e0f68d15d6988 /configs
parent127fb454955e7e04fc3a8643d35da38b43882d6c (diff)
downloadu-boot-b65dc989a779d17a140685e823aa875943956442.zip
u-boot-b65dc989a779d17a140685e823aa875943956442.tar.gz
u-boot-b65dc989a779d17a140685e823aa875943956442.tar.bz2
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/imx8mp_evk_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/imx8mp_evk_defconfig b/configs/imx8mp_evk_defconfig
index 0abe137..c507b58 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