forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/drivers/net/wireless/ath/Kconfig
....@@ -1,10 +1,11 @@
1
+# SPDX-License-Identifier: ISC
12 config ATH_COMMON
23 tristate
34
45 config WLAN_VENDOR_ATH
56 bool "Atheros/Qualcomm devices"
67 default y
7
- ---help---
8
+ help
89 If you have a wireless card belonging to this class, say Y.
910
1011 Note that the answer to this question doesn't directly affect the
....@@ -14,33 +15,33 @@
1415
1516 For more information and documentation on this module you can visit:
1617
17
- http://wireless.kernel.org/en/users/Drivers/ath
18
+ https://wireless.wiki.kernel.org/en/users/Drivers/ath
1819
1920 For information on all Atheros wireless drivers visit:
2021
21
- http://wireless.kernel.org/en/users/Drivers/Atheros
22
+ https://wireless.wiki.kernel.org/en/users/Drivers/Atheros
2223
2324 if WLAN_VENDOR_ATH
2425
2526 config ATH_DEBUG
2627 bool "Atheros wireless debugging"
27
- ---help---
28
+ help
2829 Say Y, if you want to debug atheros wireless drivers.
2930 Right now only ath9k makes use of this.
3031
3132 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.
3839
3940 config ATH_REG_DYNAMIC_USER_REG_HINTS
4041 bool "Atheros dynamic user regulatory hints"
4142 depends on CFG80211_CERTIFICATION_ONUS
4243 default n
43
- ---help---
44
+ help
4445 Say N. This should only be enabled in countries where
4546 this feature is explicitly allowed and only on cards that
4647 specifically have been tested for this.
....@@ -49,7 +50,7 @@
4950 bool "Atheros dynamic user regulatory testing"
5051 depends on ATH_REG_DYNAMIC_USER_REG_HINTS && CFG80211_CERTIFICATION_ONUS
5152 default n
52
- ---help---
53
+ help
5354 Say N. This should only be enabled on systems
5455 undergoing certification testing.
5556
....@@ -61,5 +62,6 @@
6162 source "drivers/net/wireless/ath/wil6210/Kconfig"
6263 source "drivers/net/wireless/ath/ath10k/Kconfig"
6364 source "drivers/net/wireless/ath/wcn36xx/Kconfig"
65
+source "drivers/net/wireless/ath/ath11k/Kconfig"
6466
6567 endif