dpaa2-mac: select FSL_XGMAC_MDIO
authorIoana Ciornei <ioana.ciornei@nxp.com>
Fri, 23 Oct 2020 06:39:29 +0000 (09:39 +0300)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:36:29 +0000 (11:36 +0800)
Explicitly enable the FSL_XGMAC_MDIO Kconfig option in order to have
MDIO access to internal or external PHYs.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
drivers/net/ethernet/freescale/dpaa2/Kconfig

index 09c24ef..e1b4f55 100644 (file)
@@ -15,6 +15,7 @@ config FSL_DPAA2_ETH
 config FSL_DPAA2_MAC
        tristate "Freescale DPAA2 MAC driver"
        depends on FSL_MC_BUS
+       select FSL_XGMAC_MDIO
        select PHYLINK
        select PCS_LYNX
        help