]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/net/wireless/ath/ath11k/Kconfig
treewide: replace '---help---' in Kconfig files with 'help'
[mirror_ubuntu-jammy-kernel.git] / drivers / net / wireless / ath / ath11k / Kconfig
CommitLineData
d5c65159
KV
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
243874c6 6 depends on CRYPTO_MICHAEL_MIC
d5c65159
KV
7 depends on ARCH_QCOM || COMPILE_TEST
8 select ATH_COMMON
9 select QCOM_QMI_HELPERS
a7f7f624 10 help
d5c65159
KV
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
a7f7f624 19 help
d5c65159
KV
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"
a45ceea5 26 depends on ATH11K && DEBUG_FS && MAC80211_DEBUGFS
a7f7f624 27 help
d5c65159
KV
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
a7f7f624 35 help
d5c65159 36 Select this to use ath11k tracing infrastructure.