Skip to content

Commit d51b6ce

Browse files
oleremdavem330
authored andcommitted
net: ethernet: add ag71xx driver
Add support for Atheros/QCA AR7XXX/AR9XXX/QCA95XX built-in ethernet mac support Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: Oleksij Rempel <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 7ff836f commit d51b6ce

File tree

3 files changed

+1908
-1
lines changed

3 files changed

+1908
-1
lines changed

drivers/net/ethernet/atheros/Kconfig

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
config NET_VENDOR_ATHEROS
77
bool "Atheros devices"
88
default y
9-
depends on PCI
9+
depends on (PCI || ATH79)
1010
---help---
1111
If you have a network (Ethernet) card belonging to this class, say Y.
1212

@@ -17,6 +17,14 @@ config NET_VENDOR_ATHEROS
1717

1818
if NET_VENDOR_ATHEROS
1919

20+
config AG71XX
21+
tristate "Atheros AR7XXX/AR9XXX built-in ethernet mac support"
22+
depends on ATH79
23+
select PHYLIB
24+
help
25+
If you wish to compile a kernel for AR7XXX/91XXX and enable
26+
ethernet support, then you should always answer Y to this.
27+
2028
config ATL2
2129
tristate "Atheros L2 Fast Ethernet support"
2230
depends on PCI

drivers/net/ethernet/atheros/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Makefile for the Atheros network device drivers.
44
#
55

6+
obj-$(CONFIG_AG71XX) += ag71xx.o
67
obj-$(CONFIG_ATL1) += atlx/
78
obj-$(CONFIG_ATL2) += atlx/
89
obj-$(CONFIG_ATL1E) += atl1e/

0 commit comments

Comments
 (0)