Skip to content
Snippets Groups Projects
Commit 17caaf8a authored by Nevo Hed's avatar Nevo Hed Committed by Joe Hershberger
Browse files

net: mvpp2: MVPP2 now needs MVMDIO


Changes to mvpp2.c require the MVMDIO module which in turn uses
DM_MDIO.

Signed-off-by: default avatarNevo Hed <nhed+github@starry.com>
Reviewed-by: default avatarRamon Fried <rfried.dev@gmail.com>
Acked-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent 2a428707
No related branches found
No related tags found
No related merge requests found
...@@ -298,6 +298,8 @@ config MVPP2 ...@@ -298,6 +298,8 @@ config MVPP2
bool "Marvell Armada 375/7K/8K network interface support" bool "Marvell Armada 375/7K/8K network interface support"
depends on ARMADA_375 || ARMADA_8K depends on ARMADA_375 || ARMADA_8K
select PHYLIB select PHYLIB
select MVMDIO
select DM_MDIO
help help
This driver supports the network interface units in the This driver supports the network interface units in the
Marvell ARMADA 375, 7K and 8K SoCs. Marvell ARMADA 375, 7K and 8K SoCs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment