Re: [PATCH] drivers: net: sun4i-emac: select MDIO_SUN4I

2013-07-26 Thread David Miller
From: Maxime Ripard Date: Wed, 24 Jul 2013 09:12:08 +0200 > 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 Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

[PATCH] drivers: net: sun4i-emac: select MDIO_SUN4I

2013-07-24 Thread Maxime Ripard
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 --- drivers/net/ethernet/allwinner/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ethernet/allwinner/Kconfig b/drivers/net/eth