summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/atheros/Kconfig
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2020-02-28 17:50:49 +0300
committerDavid S. Miller <davem@davemloft.net>2020-03-01 08:34:20 +0300
commit892e09153fa3564fcbf9f422760b61eba48c123e (patch)
treee4fa90dac3f4acd65077487da331cc8956a351b3 /drivers/net/ethernet/atheros/Kconfig
parentb0251fbeac45298615cc5e72591f2c44f4a8b23d (diff)
downloadlinux-892e09153fa3564fcbf9f422760b61eba48c123e.tar.xz
net: ag71xx: port to phylink
The port to phylink was done as close as possible to initial functionality. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Acked-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/atheros/Kconfig')
-rw-r--r--drivers/net/ethernet/atheros/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/atheros/Kconfig b/drivers/net/ethernet/atheros/Kconfig
index 0058051ba925..2720bde5034e 100644
--- a/drivers/net/ethernet/atheros/Kconfig
+++ b/drivers/net/ethernet/atheros/Kconfig
@@ -20,7 +20,7 @@ if NET_VENDOR_ATHEROS
config AG71XX
tristate "Atheros AR7XXX/AR9XXX built-in ethernet mac support"
depends on ATH79
- select PHYLIB
+ select PHYLINK
help
If you wish to compile a kernel for AR7XXX/91XXX and enable
ethernet support, then you should always answer Y to this.