hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/drivers/net/ethernet/atheros/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Atheros device configuration
34 #
....@@ -5,8 +6,8 @@
56 config NET_VENDOR_ATHEROS
67 bool "Atheros devices"
78 default y
8
- depends on PCI
9
- ---help---
9
+ depends on (PCI || ATH79)
10
+ help
1011 If you have a network (Ethernet) card belonging to this class, say Y.
1112
1213 Note that the answer to this question doesn't directly affect the
....@@ -16,12 +17,20 @@
1617
1718 if NET_VENDOR_ATHEROS
1819
20
+config AG71XX
21
+ tristate "Atheros AR7XXX/AR9XXX built-in ethernet mac support"
22
+ depends on ATH79
23
+ select PHYLINK
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
+
1928 config ATL2
2029 tristate "Atheros L2 Fast Ethernet support"
2130 depends on PCI
2231 select CRC32
2332 select MII
24
- ---help---
33
+ help
2534 This driver supports the Atheros L2 fast ethernet adapter.
2635
2736 To compile this driver as a module, choose M here. The module
....@@ -32,7 +41,7 @@
3241 depends on PCI
3342 select CRC32
3443 select MII
35
- ---help---
44
+ help
3645 This driver supports the Atheros/Attansic L1 gigabit ethernet
3746 adapter.
3847
....@@ -44,7 +53,7 @@
4453 depends on PCI
4554 select CRC32
4655 select MII
47
- ---help---
56
+ help
4857 This driver supports the Atheros L1E gigabit ethernet adapter.
4958
5059 To compile this driver as a module, choose M here. The module
....@@ -55,7 +64,7 @@
5564 depends on PCI
5665 select CRC32
5766 select MII
58
- ---help---
67
+ help
5968 This driver supports the Atheros L1C gigabit ethernet adapter.
6069
6170 To compile this driver as a module, choose M here. The module