# SPDX-License-Identifier: ISC config [31mCONFIG_ATH10K[0m tristate "Atheros 802.11ac wireless cards support" depends on [31mCONFIG_MAC80211[0m && [31mCONFIG_HAS_DMA[0m select [31mCONFIG_ATH_COMMON[0m select [31mCONFIG_CRC32[0m select [31mCONFIG_WANT_DEV_COREDUMP[0m select [31mCONFIG_ATH10K_CE[0m ---help--- This module adds support for wireless adapters based on Atheros IEEE 802.11ac family of chipsets. If you choose to build a module, it'll be called ath10k. config [31mCONFIG_ATH10K_CE[0m bool config [31mCONFIG_ATH10K_PCI[0m tristate "Atheros ath10k PCI support" depends on [31mCONFIG_ATH10K[0m && [31mCONFIG_PCI[0m ---help--- This module adds support for PCIE bus config [31mCONFIG_ATH10K_AHB[0m bool "Atheros ath10k AHB support" depends on [31mCONFIG_ATH10K_PCI[0m && [31mCONFIG_OF[0m && [31mCONFIG_RESET_CONTROLLER[0m ---help--- This module adds support for AHB bus config [31mCONFIG_ATH10K_SDIO[0m tristate "Atheros ath10k SDIO support (EXPERIMENTAL)" depends on [31mCONFIG_ATH10K[0m && [31mCONFIG_MMC[0m ---help--- This module adds experimental support for SDIO/[31mCONFIG_MMC[0m bus. Currently work in progress and will not fully work. config [31mCONFIG_ATH10K_USB[0m tristate "Atheros ath10k USB support (EXPERIMENTAL)" depends on [31mCONFIG_ATH10K[0m && [31mCONFIG_USB[0m ---help--- This module adds experimental support for [31mCONFIG_USB[0m bus. Currently work in progress and will not fully work. config [31mCONFIG_ATH10K_SNOC[0m tristate "Qualcomm ath10k SNOC support (EXPERIMENTAL)" depends on [31mCONFIG_ATH10K[0m depends on [31mCONFIG_ARCH_QCOM[0m || [31mCONFIG_COMPILE_TEST[0m select [31mCONFIG_QCOM_QMI_HELPERS[0m ---help--- This module adds support for integrated WCN3990 chip connected to system NOC(SNOC). config [31mCONFIG_ATH10K_DEBUG[0m bool "Atheros ath10k debugging" depends on [31mCONFIG_ATH10K[0m ---help--- Enables debug support If unsure, say Y to make it easier to debug problems. config [31mCONFIG_ATH10K_DEBUGFS[0m bool "Atheros ath10k debugfs support" depends on [31mCONFIG_ATH10K[0m && [31mCONFIG_DEBUG_FS[0m ---help--- Enabled debugfs support If unsure, say Y to make it easier to debug problems. config [31mCONFIG_ATH10K_SPECTRAL[0m bool "Atheros ath10k spectral scan support" depends on [31mCONFIG_ATH10K_DEBUGFS[0m select [31mCONFIG_RELAY[0m default n ---help--- Say Y to enable access to the FFT/spectral data via debugfs. config [31mCONFIG_ATH10K_TRACING[0m bool "Atheros ath10k tracing support" depends on [31mCONFIG_ATH10K[0m depends on [31mCONFIG_EVENT_TRACING[0m ---help--- Select this to ath10k use tracing infrastructure. config [31mCONFIG_ATH10K_DFS_CERTIFIED[0m bool "Atheros DFS support for certified platforms" depends on [31mCONFIG_ATH10K[0m && [31mCONFIG_CFG80211_CERTIFICATION_ONUS[0m default n ---help--- This option enables DFS support for initiating radiation on ath10k. |