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 ARCH_QCOM || COMPILE_TEST 7 select ATH_COMMON 8 select QCOM_QMI_HELPERS 9 ---help--- 10 This module adds support for Qualcomm Technologies 802.11ax family of 11 chipsets. 12 13 If you choose to build a module, it'll be called ath11k. 14 15config ATH11K_DEBUG 16 bool "QCA ath11k debugging" 17 depends on ATH11K 18 ---help--- 19 Enables debug support 20 21 If unsure, say Y to make it easier to debug problems. 22 23config ATH11K_DEBUGFS 24 bool "QCA ath11k debugfs support" 25 depends on ATH11K && DEBUG_FS && MAC80211_DEBUGFS 26 ---help--- 27 Enable ath11k debugfs support 28 29 If unsure, say Y to make it easier to debug problems. 30 31config ATH11K_TRACING 32 bool "ath11k tracing support" 33 depends on ATH11K && EVENT_TRACING 34 ---help--- 35 Select this to use ath11k tracing infrastructure. 36