Loading...
1# SPDX-License-Identifier: BSD-3-Clause-Clear
2config ATH11K
3 tristate "Qualcomm Technologies 802.11ax chipset support"
4 depends on MAC80211 && HAS_DMA
5 select CRYPTO_MICHAEL_MIC
6 select ATH_COMMON
7 select QCOM_QMI_HELPERS
8 help
9 This module adds support for Qualcomm Technologies 802.11ax family of
10 chipsets.
11
12 If you choose to build a module, it'll be called ath11k.
13
14config ATH11K_AHB
15 tristate "Atheros ath11k AHB support"
16 depends on ATH11K
17 depends on REMOTEPROC
18 help
19 This module adds support for AHB bus
20
21config ATH11K_PCI
22 tristate "Atheros ath11k PCI support"
23 depends on ATH11K && PCI
24 select MHI_BUS
25 select QRTR
26 select QRTR_MHI
27 help
28 This module adds support for PCIE bus
29
30config ATH11K_DEBUG
31 bool "QCA ath11k debugging"
32 depends on ATH11K
33 help
34 Enables debug support
35
36 If unsure, say Y to make it easier to debug problems.
37
38config ATH11K_DEBUGFS
39 bool "QCA ath11k debugfs support"
40 depends on ATH11K && DEBUG_FS && MAC80211_DEBUGFS
41 help
42 Enable ath11k debugfs support
43
44 If unsure, say Y to make it easier to debug problems.
45
46config ATH11K_TRACING
47 bool "ath11k tracing support"
48 depends on ATH11K && EVENT_TRACING
49 help
50 Select this to use ath11k tracing infrastructure.
51
52config ATH11K_SPECTRAL
53 bool "QCA ath11k spectral scan support"
54 depends on ATH11K_DEBUGFS
55 depends on RELAY
56 help
57 Enable ath11k spectral scan support
58
59 Say Y to enable access to the FFT/spectral data via debugfs.
1# SPDX-License-Identifier: BSD-3-Clause-Clear
2config ATH11K
3 tristate "Qualcomm Technologies 802.11ax chipset support"
4 depends on MAC80211 && HAS_DMA
5 depends on REMOTEPROC
6 depends on CRYPTO_MICHAEL_MIC
7 depends on ARCH_QCOM || COMPILE_TEST
8 select ATH_COMMON
9 select QCOM_QMI_HELPERS
10 help
11 This module adds support for Qualcomm Technologies 802.11ax family of
12 chipsets.
13
14 If you choose to build a module, it'll be called ath11k.
15
16config ATH11K_DEBUG
17 bool "QCA ath11k debugging"
18 depends on ATH11K
19 help
20 Enables debug support
21
22 If unsure, say Y to make it easier to debug problems.
23
24config ATH11K_DEBUGFS
25 bool "QCA ath11k debugfs support"
26 depends on ATH11K && DEBUG_FS && MAC80211_DEBUGFS
27 help
28 Enable ath11k debugfs support
29
30 If unsure, say Y to make it easier to debug problems.
31
32config ATH11K_TRACING
33 bool "ath11k tracing support"
34 depends on ATH11K && EVENT_TRACING
35 help
36 Select this to use ath11k tracing infrastructure.
37
38config ATH11K_SPECTRAL
39 bool "QCA ath11k spectral scan support"
40 depends on ATH11K_DEBUGFS
41 depends on RELAY
42 help
43 Enable ath11k spectral scan support
44
45 Say Y to enable access to the FFT/spectral data via debugfs.