[PATCH 11/21] fsl-mc: Update dependencies for DM_ETH

Tom Rini trini at konsulko.com
Tue Aug 2 13:33:37 CEST 2022


When using DM_ETH, which should be the default now, we need to always
have DM_MDIO and FSL_LS_MDIO enabled, so select them.

Cc: Priyanka Jain <priyanka.jain at nxp.com>
Cc: Rajesh Bhagat <rajesh.bhagat at nxp.com>
Cc: Wasim Khan <wasim.khan at nxp.com>
Cc: Udit Agarwal <udit.agarwal at nxp.com>
Cc: Ashish Kumar <Ashish.Kumar at nxp.com>
Cc: Meenakshi Aggarwal <meenakshi.aggarwal at nxp.com>
Cc: Patrick Delaunay <patrick.delaunay at foss.st.com>
Cc: Patrice Chotard <patrice.chotard at foss.st.com>
Cc: Manish Tomar <Manish.Tomar at nxp.com>
Signed-off-by: Tom Rini <trini at konsulko.com>
---
 drivers/net/fsl-mc/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/fsl-mc/Kconfig b/drivers/net/fsl-mc/Kconfig
index ae4c35799bf7..8fc34dc26f15 100644
--- a/drivers/net/fsl-mc/Kconfig
+++ b/drivers/net/fsl-mc/Kconfig
@@ -6,6 +6,8 @@ menuconfig FSL_MC_ENET
 	bool "NXP Management Complex"
 	depends on ARCH_LS2080A || ARCH_LS1088A || ARCH_LX2160A || ARCH_LX2162A
 	default y
+	select DM_MDIO
+	select FSL_LS_MDIO
 	select RESV_RAM
 	help
 	  Enable Management Complex (MC) network
-- 
2.25.1



More information about the U-Boot mailing list