diff options
author | Ioana Ciornei <ioana.ciornei@nxp.com> | 2020-11-19 16:51:06 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-11-20 15:21:54 -0800 |
commit | d2624e70a2f53b6f402fdaeabe7db798148618c5 (patch) | |
tree | 186d99ca4cdcc12d2de43e75a70a84102f54348d /drivers/net | |
parent | bff453921ae105a8dbbad0ed7dd5f5ce424536e7 (diff) | |
download | linux-d2624e70a2f53b6f402fdaeabe7db798148618c5.tar.gz linux-d2624e70a2f53b6f402fdaeabe7db798148618c5.tar.bz2 linux-d2624e70a2f53b6f402fdaeabe7db798148618c5.zip |
dpaa2-eth: select XGMAC_MDIO for MDIO bus support
Explicitly enable the FSL_XGMAC_MDIO Kconfig option in order to have
MDIO access to internal and external PHYs.
Fixes: 719479230893 ("dpaa2-eth: add MAC/PHY support through phylink")
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Link: https://lore.kernel.org/r/20201119145106.712761-1-ciorneiioana@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/ethernet/freescale/dpaa2/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/freescale/dpaa2/Kconfig b/drivers/net/ethernet/freescale/dpaa2/Kconfig index cfd369cf4c8c..c0e05f71826d 100644 --- a/drivers/net/ethernet/freescale/dpaa2/Kconfig +++ b/drivers/net/ethernet/freescale/dpaa2/Kconfig @@ -4,6 +4,7 @@ config FSL_DPAA2_ETH depends on FSL_MC_BUS && FSL_MC_DPIO select PHYLINK select PCS_LYNX + select FSL_XGMAC_MDIO help This is the DPAA2 Ethernet driver supporting Freescale SoCs with DPAA2 (DataPath Acceleration Architecture v2). |