61 lines · plain
1# SPDX-License-Identifier: BSD-3-Clause-Clear2config ATH11K3 tristate "Qualcomm Technologies 802.11ax chipset support"4 depends on MAC80211 && HAS_DMA5 select CRYPTO_MICHAEL_MIC6 select ATH_COMMON7 select QCOM_QMI_HELPERS8 help9 This module adds support for Qualcomm Technologies 802.11ax family of10 chipsets.11 12 If you choose to build a module, it'll be called ath11k.13 14config ATH11K_AHB15 tristate "Atheros ath11k AHB support"16 depends on ATH11K17 depends on REMOTEPROC18 help19 This module adds support for AHB bus20 21config ATH11K_PCI22 tristate "Atheros ath11k PCI support"23 depends on ATH11K && PCI24 select MHI_BUS25 select QRTR26 select QRTR_MHI27 select PCI_PWRCTL_PWRSEQ if HAVE_PWRCTL28 help29 This module adds support for PCIE bus30 31config ATH11K_DEBUG32 bool "QCA ath11k debugging"33 depends on ATH11K34 help35 Enables debug support36 37 If unsure, say Y to make it easier to debug problems.38 39config ATH11K_DEBUGFS40 bool "QCA ath11k debugfs support"41 depends on ATH11K && DEBUG_FS && MAC80211_DEBUGFS42 help43 Enable ath11k debugfs support44 45 If unsure, say Y to make it easier to debug problems.46 47config ATH11K_TRACING48 bool "ath11k tracing support"49 depends on ATH11K && EVENT_TRACING50 help51 Select this to use ath11k tracing infrastructure.52 53config ATH11K_SPECTRAL54 bool "QCA ath11k spectral scan support"55 depends on ATH11K_DEBUGFS56 depends on RELAY57 help58 Enable ath11k spectral scan support59 60 Say Y to enable access to the FFT/spectral data via debugfs.61