0001 # SPDX-License-Identifier: ISC
0002 config ATH_COMMON
0003 tristate
0004
0005 config WLAN_VENDOR_ATH
0006 bool "Atheros/Qualcomm devices"
0007 default y
0008 help
0009 If you have a wireless card belonging to this class, say Y.
0010
0011 Note that the answer to this question doesn't directly affect the
0012 kernel: saying N will just cause the configurator to skip all the
0013 questions about these cards. If you say Y, you will be asked for
0014 your specific card in the following questions.
0015
0016 For more information and documentation on this module you can visit:
0017
0018 https://wireless.wiki.kernel.org/en/users/Drivers/ath
0019
0020 For information on all Atheros wireless drivers visit:
0021
0022 https://wireless.wiki.kernel.org/en/users/Drivers/Atheros
0023
0024 if WLAN_VENDOR_ATH
0025
0026 config ATH_DEBUG
0027 bool "Atheros wireless debugging"
0028 help
0029 Say Y, if you want to debug atheros wireless drivers.
0030 Right now only ath9k makes use of this.
0031
0032 config ATH_TRACEPOINTS
0033 bool "Atheros wireless tracing"
0034 depends on ATH_DEBUG
0035 depends on EVENT_TRACING
0036 help
0037 This option enables tracepoints for atheros wireless drivers.
0038 Currently, ath9k makes use of this facility.
0039
0040 config ATH_REG_DYNAMIC_USER_REG_HINTS
0041 bool "Atheros dynamic user regulatory hints"
0042 depends on CFG80211_CERTIFICATION_ONUS
0043 default n
0044 help
0045 Say N. This should only be enabled in countries where
0046 this feature is explicitly allowed and only on cards that
0047 specifically have been tested for this.
0048
0049 config ATH_REG_DYNAMIC_USER_CERT_TESTING
0050 bool "Atheros dynamic user regulatory testing"
0051 depends on ATH_REG_DYNAMIC_USER_REG_HINTS && CFG80211_CERTIFICATION_ONUS
0052 default n
0053 help
0054 Say N. This should only be enabled on systems
0055 undergoing certification testing.
0056
0057 source "drivers/net/wireless/ath/ath5k/Kconfig"
0058 source "drivers/net/wireless/ath/ath9k/Kconfig"
0059 source "drivers/net/wireless/ath/carl9170/Kconfig"
0060 source "drivers/net/wireless/ath/ath6kl/Kconfig"
0061 source "drivers/net/wireless/ath/ar5523/Kconfig"
0062 source "drivers/net/wireless/ath/wil6210/Kconfig"
0063 source "drivers/net/wireless/ath/ath10k/Kconfig"
0064 source "drivers/net/wireless/ath/wcn36xx/Kconfig"
0065 source "drivers/net/wireless/ath/ath11k/Kconfig"
0066
0067 endif