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>
This commit is contained in:
Maxime Ripard 2013-07-24 09:12:08 +02:00 committed by David S. Miller
parent 05bc250fe6
commit 111cc5da2a
1 changed files with 1 additions and 0 deletions

View 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.