Linux 6.12-rc1
[linux-2.6-block.git] / drivers / net / ethernet / atheros / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
2b133ad6
JK
2#
3# Atheros device configuration
4#
5
6config NET_VENDOR_ATHEROS
7 bool "Atheros devices"
88f07484 8 default y
969431d2 9 depends on PCI || ATH79 || COMPILE_TEST
a7f7f624 10 help
138b15ed 11 If you have a network (Ethernet) card belonging to this class, say Y.
2b133ad6
JK
12
13 Note that the answer to this question doesn't directly affect the
14 kernel: saying N will just cause the configurator to skip all
15 the questions about Atheros devices. If you say Y, you will be asked
16 for your specific card in the following questions.
17
18if NET_VENDOR_ATHEROS
19
d51b6ce4
OR
20config AG71XX
21 tristate "Atheros AR7XXX/AR9XXX built-in ethernet mac support"
969431d2 22 depends on ATH79 || COMPILE_TEST
892e0915 23 select PHYLINK
4a52dd8f 24 imply NET_SELFTESTS
d51b6ce4
OR
25 help
26 If you wish to compile a kernel for AR7XXX/91XXX and enable
27 ethernet support, then you should always answer Y to this.
28
2b133ad6
JK
29config ATL2
30 tristate "Atheros L2 Fast Ethernet support"
31 depends on PCI
32 select CRC32
33 select MII
a7f7f624 34 help
2b133ad6
JK
35 This driver supports the Atheros L2 fast ethernet adapter.
36
37 To compile this driver as a module, choose M here. The module
38 will be called atl2.
39
40config ATL1
41 tristate "Atheros/Attansic L1 Gigabit Ethernet support"
42 depends on PCI
43 select CRC32
44 select MII
a7f7f624 45 help
2b133ad6
JK
46 This driver supports the Atheros/Attansic L1 gigabit ethernet
47 adapter.
48
49 To compile this driver as a module, choose M here. The module
50 will be called atl1.
51
52config ATL1E
5633a4e8
KC
53 tristate "Atheros L1E Gigabit Ethernet support"
54 depends on PCI
2b133ad6
JK
55 select CRC32
56 select MII
a7f7f624 57 help
2b133ad6
JK
58 This driver supports the Atheros L1E gigabit ethernet adapter.
59
60 To compile this driver as a module, choose M here. The module
61 will be called atl1e.
62
63config ATL1C
5633a4e8
KC
64 tristate "Atheros L1C Gigabit Ethernet support"
65 depends on PCI
2b133ad6
JK
66 select CRC32
67 select MII
a7f7f624 68 help
2b133ad6
JK
69 This driver supports the Atheros L1C gigabit ethernet adapter.
70
71 To compile this driver as a module, choose M here. The module
72 will be called atl1c.
73
ab69bde6
JB
74config ALX
75 tristate "Qualcomm Atheros AR816x/AR817x support"
76 depends on PCI
77 select CRC32
ab69bde6
JB
78 select MDIO
79 help
80 This driver supports the Qualcomm Atheros L1F ethernet adapter,
81 i.e. the following chipsets:
82
83 1969:1091 - AR8161 Gigabit Ethernet
84 1969:1090 - AR8162 Fast Ethernet
85 1969:10A1 - AR8171 Gigabit Ethernet
86 1969:10A0 - AR8172 Fast Ethernet
87
88 To compile this driver as a module, choose M here. The module
89 will be called alx.
90
2b133ad6 91endif # NET_VENDOR_ATHEROS