.. | .. |
---|
| 1 | +# SPDX-License-Identifier: ISC |
---|
1 | 2 | config ATH10K |
---|
2 | 3 | tristate "Atheros 802.11ac wireless cards support" |
---|
3 | 4 | depends on MAC80211 && HAS_DMA |
---|
.. | .. |
---|
5 | 6 | select CRC32 |
---|
6 | 7 | select WANT_DEV_COREDUMP |
---|
7 | 8 | select ATH10K_CE |
---|
8 | | - ---help--- |
---|
| 9 | + help |
---|
9 | 10 | This module adds support for wireless adapters based on |
---|
10 | 11 | Atheros IEEE 802.11ac family of chipsets. |
---|
11 | 12 | |
---|
.. | .. |
---|
17 | 18 | config ATH10K_PCI |
---|
18 | 19 | tristate "Atheros ath10k PCI support" |
---|
19 | 20 | depends on ATH10K && PCI |
---|
20 | | - ---help--- |
---|
| 21 | + help |
---|
21 | 22 | This module adds support for PCIE bus |
---|
22 | 23 | |
---|
23 | 24 | config ATH10K_AHB |
---|
24 | 25 | bool "Atheros ath10k AHB support" |
---|
25 | 26 | depends on ATH10K_PCI && OF && RESET_CONTROLLER |
---|
26 | | - ---help--- |
---|
| 27 | + help |
---|
27 | 28 | This module adds support for AHB bus |
---|
28 | 29 | |
---|
29 | 30 | config ATH10K_SDIO |
---|
30 | | - tristate "Atheros ath10k SDIO support (EXPERIMENTAL)" |
---|
| 31 | + tristate "Atheros ath10k SDIO support" |
---|
31 | 32 | depends on ATH10K && MMC |
---|
32 | | - ---help--- |
---|
33 | | - This module adds experimental support for SDIO/MMC bus. Currently |
---|
34 | | - work in progress and will not fully work. |
---|
| 33 | + help |
---|
| 34 | + This module adds support for SDIO/MMC bus. |
---|
35 | 35 | |
---|
36 | 36 | config ATH10K_USB |
---|
37 | 37 | tristate "Atheros ath10k USB support (EXPERIMENTAL)" |
---|
38 | 38 | depends on ATH10K && USB |
---|
39 | | - ---help--- |
---|
| 39 | + help |
---|
40 | 40 | This module adds experimental support for USB bus. Currently |
---|
41 | 41 | work in progress and will not fully work. |
---|
42 | 42 | |
---|
43 | 43 | config ATH10K_SNOC |
---|
44 | | - tristate "Qualcomm ath10k SNOC support (EXPERIMENTAL)" |
---|
45 | | - depends on ATH10K && ARCH_QCOM |
---|
46 | | - ---help--- |
---|
| 44 | + tristate "Qualcomm ath10k SNOC support" |
---|
| 45 | + depends on ATH10K |
---|
| 46 | + depends on ARCH_QCOM || COMPILE_TEST |
---|
| 47 | + select QCOM_QMI_HELPERS |
---|
| 48 | + help |
---|
47 | 49 | This module adds support for integrated WCN3990 chip connected |
---|
48 | | - to system NOC(SNOC). Currently work in progress and will not |
---|
49 | | - fully work. |
---|
| 50 | + to system NOC(SNOC). |
---|
50 | 51 | |
---|
51 | 52 | config ATH10K_DEBUG |
---|
52 | 53 | bool "Atheros ath10k debugging" |
---|
53 | 54 | depends on ATH10K |
---|
54 | | - ---help--- |
---|
| 55 | + help |
---|
55 | 56 | Enables debug support |
---|
56 | 57 | |
---|
57 | 58 | If unsure, say Y to make it easier to debug problems. |
---|
.. | .. |
---|
59 | 60 | config ATH10K_DEBUGFS |
---|
60 | 61 | bool "Atheros ath10k debugfs support" |
---|
61 | 62 | depends on ATH10K && DEBUG_FS |
---|
62 | | - ---help--- |
---|
| 63 | + help |
---|
63 | 64 | Enabled debugfs support |
---|
64 | 65 | |
---|
65 | 66 | If unsure, say Y to make it easier to debug problems. |
---|
.. | .. |
---|
69 | 70 | depends on ATH10K_DEBUGFS |
---|
70 | 71 | select RELAY |
---|
71 | 72 | default n |
---|
72 | | - ---help--- |
---|
| 73 | + help |
---|
73 | 74 | Say Y to enable access to the FFT/spectral data via debugfs. |
---|
74 | 75 | |
---|
75 | 76 | config ATH10K_TRACING |
---|
76 | 77 | bool "Atheros ath10k tracing support" |
---|
77 | 78 | depends on ATH10K |
---|
78 | 79 | depends on EVENT_TRACING |
---|
79 | | - ---help--- |
---|
| 80 | + help |
---|
80 | 81 | Select this to ath10k use tracing infrastructure. |
---|
81 | 82 | |
---|
82 | 83 | config ATH10K_DFS_CERTIFIED |
---|
83 | 84 | bool "Atheros DFS support for certified platforms" |
---|
84 | 85 | depends on ATH10K && CFG80211_CERTIFICATION_ONUS |
---|
85 | 86 | default n |
---|
86 | | - ---help--- |
---|
| 87 | + help |
---|
87 | 88 | This option enables DFS support for initiating radiation on |
---|
88 | 89 | ath10k. |
---|