Message ID | 20190731053959.16293-5-andrew@aj.id.au (mailing list archive) |
---|---|
State | Mainlined |
Commit | 82f151def2153f34a1f6f58499f22ceb2bc94042 |
Headers | show |
Series | net: phy: Add AST2600 MDIO support | expand |
On Wed, Jul 31, 2019 at 03:09:59PM +0930, Andrew Jeffery wrote: > Ensures we can talk to a PHY via MDIO on the AST2600, as the MDIO > controller is now separate from the MAC. > > Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Andrew
diff --git a/drivers/net/ethernet/faraday/Kconfig b/drivers/net/ethernet/faraday/Kconfig index a9b105803fb7..73e4f2648e49 100644 --- a/drivers/net/ethernet/faraday/Kconfig +++ b/drivers/net/ethernet/faraday/Kconfig @@ -32,6 +32,7 @@ config FTGMAC100 depends on ARM || NDS32 || COMPILE_TEST depends on !64BIT || BROKEN select PHYLIB + select MDIO_ASPEED if MACH_ASPEED_G6 ---help--- This driver supports the FTGMAC100 Gigabit Ethernet controller from Faraday. It is used on Faraday A369, Andes AG102 and some
Ensures we can talk to a PHY via MDIO on the AST2600, as the MDIO controller is now separate from the MAC. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> --- drivers/net/ethernet/faraday/Kconfig | 1 + 1 file changed, 1 insertion(+)