1 # SPDX-License-Identifier: ISC
6 bool "Atheros/Qualcomm devices"
9 If you have a wireless card belonging to this class, say Y.
11 Note that the answer to this question doesn't directly affect the
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
14 your specific card in the following questions.
16 For more information and documentation on this module you can visit:
18 https://wireless.wiki.kernel.org/en/users/Drivers/ath
20 For information on all Atheros wireless drivers visit:
22 https://wireless.wiki.kernel.org/en/users/Drivers/Atheros
27 bool "Atheros wireless debugging"
29 Say Y, if you want to debug atheros wireless drivers.
30 Right now only ath9k makes use of this.
32 config ATH_TRACEPOINTS
33 bool "Atheros wireless tracing"
35 depends on EVENT_TRACING
37 This option enables tracepoints for atheros wireless drivers.
38 Currently, ath9k makes use of this facility.
40 config ATH_REG_DYNAMIC_USER_REG_HINTS
41 bool "Atheros dynamic user regulatory hints"
42 depends on CFG80211_CERTIFICATION_ONUS
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.
49 config 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
54 Say N. This should only be enabled on systems
55 undergoing certification testing.
57 source "drivers/net/wireless/ath/ath5k/Kconfig"
58 source "drivers/net/wireless/ath/ath9k/Kconfig"
59 source "drivers/net/wireless/ath/carl9170/Kconfig"
60 source "drivers/net/wireless/ath/ath6kl/Kconfig"
61 source "drivers/net/wireless/ath/ar5523/Kconfig"
62 source "drivers/net/wireless/ath/wil6210/Kconfig"
63 source "drivers/net/wireless/ath/ath10k/Kconfig"
64 source "drivers/net/wireless/ath/wcn36xx/Kconfig"
65 source "drivers/net/wireless/ath/ath11k/Kconfig"