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