1
0
Fork 0

net: ethernet: add ag71xx driver

Add support for Atheros/QCA AR7XXX/AR9XXX/QCA95XX built-in ethernet mac support

Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
alistair/sunxi64-5.4-dsi
Oleksij Rempel 2019-05-24 13:12:24 +02:00 committed by David S. Miller
parent 7ff836f064
commit d51b6ce441
3 changed files with 1908 additions and 1 deletions

View File

@ -6,7 +6,7 @@
config NET_VENDOR_ATHEROS
bool "Atheros devices"
default y
depends on PCI
depends on (PCI || ATH79)
---help---
If you have a network (Ethernet) card belonging to this class, say Y.
@ -17,6 +17,14 @@ config NET_VENDOR_ATHEROS
if NET_VENDOR_ATHEROS
config AG71XX
tristate "Atheros AR7XXX/AR9XXX built-in ethernet mac support"
depends on ATH79
select PHYLIB
help
If you wish to compile a kernel for AR7XXX/91XXX and enable
ethernet support, then you should always answer Y to this.
config ATL2
tristate "Atheros L2 Fast Ethernet support"
depends on PCI

View File

@ -3,6 +3,7 @@
# Makefile for the Atheros network device drivers.
#
obj-$(CONFIG_AG71XX) += ag71xx.o
obj-$(CONFIG_ATL1) += atlx/
obj-$(CONFIG_ATL2) += atlx/
obj-$(CONFIG_ATL1E) += atl1e/

File diff suppressed because it is too large Load Diff