^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: ISC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) config ATH_COMMON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) tristate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) config WLAN_VENDOR_ATH
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) bool "Atheros/Qualcomm devices"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) If you have a wireless card belonging to this class, say Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) Note that the answer to this question doesn't directly affect the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) kernel: saying N will just cause the configurator to skip all the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) questions about these cards. If you say Y, you will be asked for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) your specific card in the following questions.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) For more information and documentation on this module you can visit:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) https://wireless.wiki.kernel.org/en/users/Drivers/ath
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) For information on all Atheros wireless drivers visit:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) https://wireless.wiki.kernel.org/en/users/Drivers/Atheros
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) if WLAN_VENDOR_ATH
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) config ATH_DEBUG
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) bool "Atheros wireless debugging"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) Say Y, if you want to debug atheros wireless drivers.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) Right now only ath9k makes use of this.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) config ATH_TRACEPOINTS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) bool "Atheros wireless tracing"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) depends on ATH_DEBUG
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) depends on EVENT_TRACING
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) This option enables tracepoints for atheros wireless drivers.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) Currently, ath9k makes use of this facility.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) config ATH_REG_DYNAMIC_USER_REG_HINTS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) bool "Atheros dynamic user regulatory hints"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) depends on CFG80211_CERTIFICATION_ONUS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) default n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) Say N. This should only be enabled in countries where
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) this feature is explicitly allowed and only on cards that
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) specifically have been tested for this.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49) config ATH_REG_DYNAMIC_USER_CERT_TESTING
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) bool "Atheros dynamic user regulatory testing"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51) depends on ATH_REG_DYNAMIC_USER_REG_HINTS && CFG80211_CERTIFICATION_ONUS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) default n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54) Say N. This should only be enabled on systems
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55) undergoing certification testing.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57) source "drivers/net/wireless/ath/ath5k/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 58) source "drivers/net/wireless/ath/ath9k/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 59) source "drivers/net/wireless/ath/carl9170/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 60) source "drivers/net/wireless/ath/ath6kl/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 61) source "drivers/net/wireless/ath/ar5523/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 62) source "drivers/net/wireless/ath/wil6210/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 63) source "drivers/net/wireless/ath/ath10k/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 64) source "drivers/net/wireless/ath/wcn36xx/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 65) source "drivers/net/wireless/ath/ath11k/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 66)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 67) endif