1 # SPDX-License-Identifier: GPL-2.0-only
3 # Atheros device configuration
6 config NET_VENDOR_ATHEROS
9 depends on PCI || ATH79 || COMPILE_TEST
11 If you have a network (Ethernet) card belonging to this class, say Y.
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.
21 tristate "Atheros AR7XXX/AR9XXX built-in ethernet mac support"
22 depends on ATH79 || COMPILE_TEST
26 If you wish to compile a kernel for AR7XXX/91XXX and enable
27 ethernet support, then you should always answer Y to this.
30 tristate "Atheros L2 Fast Ethernet support"
35 This driver supports the Atheros L2 fast ethernet adapter.
37 To compile this driver as a module, choose M here. The module
41 tristate "Atheros/Attansic L1 Gigabit Ethernet support"
46 This driver supports the Atheros/Attansic L1 gigabit ethernet
49 To compile this driver as a module, choose M here. The module
53 tristate "Atheros L1E Gigabit Ethernet support"
58 This driver supports the Atheros L1E gigabit ethernet adapter.
60 To compile this driver as a module, choose M here. The module
64 tristate "Atheros L1C Gigabit Ethernet support"
69 This driver supports the Atheros L1C gigabit ethernet adapter.
71 To compile this driver as a module, choose M here. The module
75 tristate "Qualcomm Atheros AR816x/AR817x support"
80 This driver supports the Qualcomm Atheros L1F ethernet adapter,
81 i.e. the following chipsets:
83 1969:1091 - AR8161 Gigabit Ethernet
84 1969:1090 - AR8162 Fast Ethernet
85 1969:10A1 - AR8171 Gigabit Ethernet
86 1969:10A0 - AR8172 Fast Ethernet
88 To compile this driver as a module, choose M here. The module
91 endif # NET_VENDOR_ATHEROS