2019-11-23 09:58:40 +02:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
|
|
config ATH11K
|
|
|
|
tristate "Qualcomm Technologies 802.11ax chipset support"
|
|
|
|
depends on MAC80211 && HAS_DMA
|
2023-11-13 07:35:43 -08:00
|
|
|
select CRYPTO_MICHAEL_MIC
|
2019-11-23 09:58:40 +02:00
|
|
|
select ATH_COMMON
|
|
|
|
select QCOM_QMI_HELPERS
|
2020-06-14 01:50:22 +09:00
|
|
|
help
|
2019-11-23 09:58:40 +02:00
|
|
|
This module adds support for Qualcomm Technologies 802.11ax family of
|
|
|
|
chipsets.
|
|
|
|
|
|
|
|
If you choose to build a module, it'll be called ath11k.
|
|
|
|
|
2020-08-13 12:04:20 +03:00
|
|
|
config ATH11K_AHB
|
|
|
|
tristate "Atheros ath11k AHB support"
|
|
|
|
depends on ATH11K
|
2020-08-13 12:04:26 +03:00
|
|
|
depends on REMOTEPROC
|
2020-08-13 12:04:20 +03:00
|
|
|
help
|
|
|
|
This module adds support for AHB bus
|
|
|
|
|
|
|
|
config ATH11K_PCI
|
|
|
|
tristate "Atheros ath11k PCI support"
|
|
|
|
depends on ATH11K && PCI
|
2020-08-13 12:04:24 +03:00
|
|
|
select MHI_BUS
|
|
|
|
select QRTR
|
|
|
|
select QRTR_MHI
|
2025-04-02 15:26:32 +02:00
|
|
|
select PCI_PWRCTRL_PWRSEQ if HAVE_PWRCTRL
|
2020-08-13 12:04:20 +03:00
|
|
|
help
|
|
|
|
This module adds support for PCIE bus
|
|
|
|
|
2019-11-23 09:58:40 +02:00
|
|
|
config ATH11K_DEBUG
|
|
|
|
bool "QCA ath11k debugging"
|
|
|
|
depends on ATH11K
|
2020-06-14 01:50:22 +09:00
|
|
|
help
|
2019-11-23 09:58:40 +02:00
|
|
|
Enables debug support
|
|
|
|
|
|
|
|
If unsure, say Y to make it easier to debug problems.
|
|
|
|
|
|
|
|
config ATH11K_DEBUGFS
|
|
|
|
bool "QCA ath11k debugfs support"
|
2020-01-07 22:50:04 +01:00
|
|
|
depends on ATH11K && DEBUG_FS && MAC80211_DEBUGFS
|
2020-06-14 01:50:22 +09:00
|
|
|
help
|
2019-11-23 09:58:40 +02:00
|
|
|
Enable ath11k debugfs support
|
|
|
|
|
|
|
|
If unsure, say Y to make it easier to debug problems.
|
|
|
|
|
|
|
|
config ATH11K_TRACING
|
|
|
|
bool "ath11k tracing support"
|
|
|
|
depends on ATH11K && EVENT_TRACING
|
2020-06-14 01:50:22 +09:00
|
|
|
help
|
2019-11-23 09:58:40 +02:00
|
|
|
Select this to use ath11k tracing infrastructure.
|
2020-06-09 13:03:34 +05:30
|
|
|
|
|
|
|
config ATH11K_SPECTRAL
|
|
|
|
bool "QCA ath11k spectral scan support"
|
|
|
|
depends on ATH11K_DEBUGFS
|
|
|
|
depends on RELAY
|
|
|
|
help
|
|
|
|
Enable ath11k spectral scan support
|
|
|
|
|
|
|
|
Say Y to enable access to the FFT/spectral data via debugfs.
|