Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Maxime Ripard and committed by
David S. Miller
111cc5da 05bc250f

+1
+1
drivers/net/ethernet/allwinner/Kconfig
··· 27 27 select CRC32 28 28 select MII 29 29 select PHYLIB 30 + select MDIO_SUN4I 30 31 ---help--- 31 32 Support for Allwinner A10 EMAC ethernet driver. 32 33