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.j...@nxp.com>
Cc: Rajesh Bhagat <rajesh.bha...@nxp.com>
Cc: Wasim Khan <wasim.k...@nxp.com>
Cc: Udit Agarwal <udit.agar...@nxp.com>
Cc: Ashish Kumar <ashish.ku...@nxp.com>
Cc: Meenakshi Aggarwal <meenakshi.aggar...@nxp.com>
Cc: Patrick Delaunay <patrick.delau...@foss.st.com>
Cc: Patrice Chotard <patrice.chot...@foss.st.com>
Cc: Manish Tomar <manish.to...@nxp.com>
Signed-off-by: Tom Rini <tr...@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

Reply via email to