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