Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 111cc5da authored by Maxime Ripard's avatar Maxime Ripard Committed by David S. Miller
Browse files

drivers: net: sun4i-emac: select MDIO_SUN4I



The EMAC driver can't work without its associated PHY driver. Reflect
this in the Kconfig options by selecting it.

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 05bc250f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ config SUN4I_EMAC
	select CRC32
	select MII
	select PHYLIB
	select MDIO_SUN4I
        ---help---
          Support for Allwinner A10 EMAC ethernet driver.