xref: /linux/drivers/net/wireless/ath/ath10k/Kconfig (revision 424953cf3c6657f1e67e1a2c5d6e3bb518ea4e9a)
10766789bSKalle Valo# SPDX-License-Identifier: ISC
25e3dd157SKalle Valoconfig ATH10K
35e3dd157SKalle Valo	tristate "Atheros 802.11ac wireless cards support"
407b15503SGeert Uytterhoeven	depends on MAC80211 && HAS_DMA
55e3dd157SKalle Valo	select ATH_COMMON
63e58044bSKalle Valo	select CRC32
75524ddd4SJohannes Berg	select WANT_DEV_COREDUMP
8a0aedd6eSGovind Singh	select ATH10K_CE
9a7f7f624SMasahiro Yamada	help
105e3dd157SKalle Valo	  This module adds support for wireless adapters based on
115e3dd157SKalle Valo	  Atheros IEEE 802.11ac family of chipsets.
125e3dd157SKalle Valo
135e3dd157SKalle Valo	  If you choose to build a module, it'll be called ath10k.
145e3dd157SKalle Valo
15a0aedd6eSGovind Singhconfig ATH10K_CE
16a0aedd6eSGovind Singh	bool
17a0aedd6eSGovind Singh
185e3dd157SKalle Valoconfig ATH10K_PCI
195e3dd157SKalle Valo	tristate "Atheros ath10k PCI support"
205e3dd157SKalle Valo	depends on ATH10K && PCI
21a7f7f624SMasahiro Yamada	help
225e3dd157SKalle Valo	  This module adds support for PCIE bus
235e3dd157SKalle Valo
240b523cedSRaja Maniconfig ATH10K_AHB
250b523cedSRaja Mani	bool "Atheros ath10k AHB support"
2614854bfdSRaja Mani	depends on ATH10K_PCI && OF && RESET_CONTROLLER
27a7f7f624SMasahiro Yamada	help
280b523cedSRaja Mani	  This module adds support for AHB bus
290b523cedSRaja Mani
30d96db25dSErik Stromdahlconfig ATH10K_SDIO
314d0f3604SGovind Singh	tristate "Atheros ath10k SDIO support"
32d96db25dSErik Stromdahl	depends on ATH10K && MMC
33a7f7f624SMasahiro Yamada	help
344d0f3604SGovind Singh	  This module adds support for SDIO/MMC bus.
35d96db25dSErik Stromdahl
364db66499SErik Stromdahlconfig ATH10K_USB
374db66499SErik Stromdahl	tristate "Atheros ath10k USB support (EXPERIMENTAL)"
384db66499SErik Stromdahl	depends on ATH10K && USB
39a7f7f624SMasahiro Yamada	help
404db66499SErik Stromdahl	  This module adds experimental support for USB bus. Currently
414db66499SErik Stromdahl	  work in progress and will not fully work.
424db66499SErik Stromdahl
4317f5559eSGovind Singhconfig ATH10K_SNOC
444d0f3604SGovind Singh	tristate "Qualcomm ath10k SNOC support"
45f1908735SNiklas Cassel	depends on ATH10K
46f1908735SNiklas Cassel	depends on ARCH_QCOM || COMPILE_TEST
47*424953cfSArnd Bergmann	select QCOM_SCM
48ba94c753SGovind Singh	select QCOM_QMI_HELPERS
49a7f7f624SMasahiro Yamada	help
5017f5559eSGovind Singh	  This module adds support for integrated WCN3990 chip connected
5187659675SGovind Singh	  to system NOC(SNOC).
5217f5559eSGovind Singh
535e3dd157SKalle Valoconfig ATH10K_DEBUG
545e3dd157SKalle Valo	bool "Atheros ath10k debugging"
555e3dd157SKalle Valo	depends on ATH10K
56a7f7f624SMasahiro Yamada	help
575e3dd157SKalle Valo	  Enables debug support
585e3dd157SKalle Valo
595e3dd157SKalle Valo	  If unsure, say Y to make it easier to debug problems.
605e3dd157SKalle Valo
615e3dd157SKalle Valoconfig ATH10K_DEBUGFS
625e3dd157SKalle Valo	bool "Atheros ath10k debugfs support"
63ca5c671fSMatteo Croce	depends on ATH10K && DEBUG_FS
64a7f7f624SMasahiro Yamada	help
655e3dd157SKalle Valo	  Enabled debugfs support
665e3dd157SKalle Valo
675e3dd157SKalle Valo	  If unsure, say Y to make it easier to debug problems.
685e3dd157SKalle Valo
6942e01cb9SMatthias Schifferconfig ATH10K_SPECTRAL
7042e01cb9SMatthias Schiffer	bool "Atheros ath10k spectral scan support"
7142e01cb9SMatthias Schiffer	depends on ATH10K_DEBUGFS
7242e01cb9SMatthias Schiffer	select RELAY
7342e01cb9SMatthias Schiffer	default n
74a7f7f624SMasahiro Yamada	help
7542e01cb9SMatthias Schiffer	  Say Y to enable access to the FFT/spectral data via debugfs.
7642e01cb9SMatthias Schiffer
775e3dd157SKalle Valoconfig ATH10K_TRACING
785e3dd157SKalle Valo	bool "Atheros ath10k tracing support"
795e3dd157SKalle Valo	depends on ATH10K
805e3dd157SKalle Valo	depends on EVENT_TRACING
81a7f7f624SMasahiro Yamada	help
825e3dd157SKalle Valo	  Select this to ath10k use tracing infrastructure.
835e3dd157SKalle Valo
84baccfe6eSJanusz Dziedzicconfig ATH10K_DFS_CERTIFIED
85baccfe6eSJanusz Dziedzic	bool "Atheros DFS support for certified platforms"
86baccfe6eSJanusz Dziedzic	depends on ATH10K && CFG80211_CERTIFICATION_ONUS
87baccfe6eSJanusz Dziedzic	default n
88a7f7f624SMasahiro Yamada	help
89baccfe6eSJanusz Dziedzic	This option enables DFS support for initiating radiation on
90baccfe6eSJanusz Dziedzic	ath10k.
91