drivers: net: sun4i-emac: select MDIO_SUN4I
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 24 Jul 2013 07:12:08 +0000 (09:12 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Jul 2013 20:57:58 +0000 (13:57 -0700)
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>
drivers/net/ethernet/allwinner/Kconfig

index cf7aa24..d8d95d4 100644 (file)
@@ -27,6 +27,7 @@ config SUN4I_EMAC
        select CRC32
        select MII
        select PHYLIB
+       select MDIO_SUN4I
         ---help---
           Support for Allwinner A10 EMAC ethernet driver.