brintos

brintos / linux-shallow public Read only

0
0
Text · 2.3 KiB · 876aed7 Raw
99 lines · plain
1# SPDX-License-Identifier: ISC2config ATH10K3	tristate "Atheros 802.11ac wireless cards support"4	depends on MAC80211 && HAS_DMA5	select ATH_COMMON6	select CRC327	select WANT_DEV_COREDUMP8	select ATH10K_CE9	help10	  This module adds support for wireless adapters based on11	  Atheros IEEE 802.11ac family of chipsets.12 13	  If you choose to build a module, it'll be called ath10k.14 15config ATH10K_CE16	bool17 18config ATH10K_PCI19	tristate "Atheros ath10k PCI support"20	depends on ATH10K && PCI21	help22	  This module adds support for PCIE bus23 24config ATH10K_AHB25	bool "Atheros ath10k AHB support"26	depends on ATH10K_PCI && OF && RESET_CONTROLLER27	help28	  This module adds support for AHB bus29 30config ATH10K_SDIO31	tristate "Atheros ath10k SDIO support"32	depends on ATH10K && MMC33	help34	  This module adds support for SDIO/MMC bus.35 36config ATH10K_USB37	tristate "Atheros ath10k USB support (EXPERIMENTAL)"38	depends on ATH10K && USB39	help40	  This module adds experimental support for USB bus. Currently41	  work in progress and will not fully work.42 43config ATH10K_SNOC44	tristate "Qualcomm ath10k SNOC support"45	depends on ATH10K46	depends on ARCH_QCOM || COMPILE_TEST47	depends on QCOM_SMEM48	depends on QCOM_RPROC_COMMON || QCOM_RPROC_COMMON=n49	select QCOM_SCM50	select QCOM_QMI_HELPERS51	help52	  This module adds support for integrated WCN3990 chip connected53	  to system NOC(SNOC).54 55config ATH10K_DEBUG56	bool "Atheros ath10k debugging"57	depends on ATH10K58	help59	  Enables debug support60 61	  If unsure, say Y to make it easier to debug problems.62 63config ATH10K_DEBUGFS64	bool "Atheros ath10k debugfs support"65	depends on ATH10K && DEBUG_FS66	help67	  Enabled debugfs support68 69	  If unsure, say Y to make it easier to debug problems.70 71config ATH10K_LEDS72	bool73	depends on ATH10K74	depends on LEDS_CLASS=y || LEDS_CLASS=MAC8021175	default y76 77config ATH10K_SPECTRAL78	bool "Atheros ath10k spectral scan support"79	depends on ATH10K_DEBUGFS80	select RELAY81	default n82	help83	  Say Y to enable access to the FFT/spectral data via debugfs.84 85config ATH10K_TRACING86	bool "Atheros ath10k tracing support"87	depends on ATH10K88	depends on EVENT_TRACING89	help90	  Select this to ath10k use tracing infrastructure.91 92config ATH10K_DFS_CERTIFIED93	bool "Atheros DFS support for certified platforms"94	depends on ATH10K && CFG80211_CERTIFICATION_ONUS95	default n96	help97	This option enables DFS support for initiating radiation on98	ath10k.99