Merge tag 'ath-next-20240130' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath
[linux-2.6-block.git] / drivers / net / wireless / ath / Kconfig
CommitLineData
0766789b 1# SPDX-License-Identifier: ISC
23c1d7f6
VK
2config ATH_COMMON
3 tristate
4
b5c9b4f9
KV
5config WLAN_VENDOR_ATH
6 bool "Atheros/Qualcomm devices"
7 default y
a7f7f624 8 help
b5c9b4f9
KV
9 If you have a wireless card belonging to this class, say Y.
10
11 Note that the answer to this question doesn't directly affect the
a6cf02e6
RD
12 kernel: saying N will just cause the configurator to skip all the
13 questions about these cards. If you say Y, you will be asked for
b5c9b4f9 14 your specific card in the following questions.
3a702e49 15
b820b3bc
LR
16 For more information and documentation on this module you can visit:
17
1141215c 18 https://wireless.wiki.kernel.org/en/users/Drivers/ath
b820b3bc
LR
19
20 For information on all Atheros wireless drivers visit:
21
1141215c 22 https://wireless.wiki.kernel.org/en/users/Drivers/Atheros
b820b3bc 23
b5c9b4f9 24if WLAN_VENDOR_ATH
c46917bb
LR
25
26config ATH_DEBUG
27 bool "Atheros wireless debugging"
a7f7f624 28 help
c46917bb
LR
29 Say Y, if you want to debug atheros wireless drivers.
30 Right now only ath9k makes use of this.
31
e6664dff 32config ATH_TRACEPOINTS
5421cf84
KK
33 bool "Atheros wireless tracing"
34 depends on ATH_DEBUG
35 depends on EVENT_TRACING
a7f7f624 36 help
5421cf84
KK
37 This option enables tracepoints for atheros wireless drivers.
38 Currently, ath9k makes use of this facility.
e6664dff 39
94e7876d
LR
40config ATH_REG_DYNAMIC_USER_REG_HINTS
41 bool "Atheros dynamic user regulatory hints"
42 depends on CFG80211_CERTIFICATION_ONUS
43 default n
a7f7f624 44 help
94e7876d
LR
45 Say N. This should only be enabled in countries where
46 this feature is explicitly allowed and only on cards that
47 specifically have been tested for this.
48
49config ATH_REG_DYNAMIC_USER_CERT_TESTING
50 bool "Atheros dynamic user regulatory testing"
51 depends on ATH_REG_DYNAMIC_USER_REG_HINTS && CFG80211_CERTIFICATION_ONUS
52 default n
a7f7f624 53 help
94e7876d
LR
54 Say N. This should only be enabled on systems
55 undergoing certification testing.
56
203c4805
LR
57source "drivers/net/wireless/ath/ath5k/Kconfig"
58source "drivers/net/wireless/ath/ath9k/Kconfig"
1d7e1e6b 59source "drivers/net/wireless/ath/carl9170/Kconfig"
bdcd8170 60source "drivers/net/wireless/ath/ath6kl/Kconfig"
b7d572e1 61source "drivers/net/wireless/ath/ar5523/Kconfig"
2be7d22f 62source "drivers/net/wireless/ath/wil6210/Kconfig"
5e3dd157 63source "drivers/net/wireless/ath/ath10k/Kconfig"
8e84c258 64source "drivers/net/wireless/ath/wcn36xx/Kconfig"
d5c65159 65source "drivers/net/wireless/ath/ath11k/Kconfig"
d8899132 66source "drivers/net/wireless/ath/ath12k/Kconfig"
c46917bb 67
b820b3bc 68endif