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 <[email protected]> Cc: Rajesh Bhagat <[email protected]> Cc: Wasim Khan <[email protected]> Cc: Udit Agarwal <[email protected]> Cc: Ashish Kumar <[email protected]> Cc: Meenakshi Aggarwal <[email protected]> Cc: Patrick Delaunay <[email protected]> Cc: Patrice Chotard <[email protected]> Cc: Manish Tomar <[email protected]> Signed-off-by: Tom Rini <[email protected]> --- 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

