1config ATH10K 2 tristate "Atheros 802.11ac wireless cards support" 3 depends on MAC80211 && HAS_DMA 4 select ATH_COMMON 5 select CRC32 6 select WANT_DEV_COREDUMP 7 select ATH10K_CE 8 ---help--- 9 This module adds support for wireless adapters based on 10 Atheros IEEE 802.11ac family of chipsets. 11 12 If you choose to build a module, it'll be called ath10k. 13 14config ATH10K_CE 15 bool 16 17config ATH10K_PCI 18 tristate "Atheros ath10k PCI support" 19 depends on ATH10K && PCI 20 ---help--- 21 This module adds support for PCIE bus 22 23config ATH10K_AHB 24 bool "Atheros ath10k AHB support" 25 depends on ATH10K_PCI && OF && RESET_CONTROLLER 26 ---help--- 27 This module adds support for AHB bus 28 29config ATH10K_SDIO 30 tristate "Atheros ath10k SDIO support (EXPERIMENTAL)" 31 depends on ATH10K && MMC 32 ---help--- 33 This module adds experimental support for SDIO/MMC bus. Currently 34 work in progress and will not fully work. 35 36config ATH10K_USB 37 tristate "Atheros ath10k USB support (EXPERIMENTAL)" 38 depends on ATH10K && USB 39 ---help--- 40 This module adds experimental support for USB bus. Currently 41 work in progress and will not fully work. 42 43config ATH10K_DEBUG 44 bool "Atheros ath10k debugging" 45 depends on ATH10K 46 ---help--- 47 Enables debug support 48 49 If unsure, say Y to make it easier to debug problems. 50 51config ATH10K_DEBUGFS 52 bool "Atheros ath10k debugfs support" 53 depends on ATH10K && DEBUG_FS 54 ---help--- 55 Enabled debugfs support 56 57 If unsure, say Y to make it easier to debug problems. 58 59config ATH10K_SPECTRAL 60 bool "Atheros ath10k spectral scan support" 61 depends on ATH10K_DEBUGFS 62 select RELAY 63 default n 64 ---help--- 65 Say Y to enable access to the FFT/spectral data via debugfs. 66 67config ATH10K_TRACING 68 bool "Atheros ath10k tracing support" 69 depends on ATH10K 70 depends on EVENT_TRACING 71 ---help--- 72 Select this to ath10k use tracing infrastructure. 73 74config ATH10K_DFS_CERTIFIED 75 bool "Atheros DFS support for certified platforms" 76 depends on ATH10K && CFG80211_CERTIFICATION_ONUS 77 default n 78 ---help--- 79 This option enables DFS support for initiating radiation on 80 ath10k. 81