Skip to content

Commit

Permalink
net: ethernet: add ag71xx driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
olerem authored and davem330 committed May 26, 2019
1 parent 7ff836f commit d51b6ce
Show file tree
Hide file tree
Showing 3 changed files with 1,908 additions and 1 deletion.
10 changes: 9 additions & 1 deletion drivers/net/ethernet/atheros/Kconfig
Expand Up @@ -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.

Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions drivers/net/ethernet/atheros/Makefile
Expand Up @@ -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/
Expand Down

0 comments on commit d51b6ce

Please sign in to comment.