1config ATH10K 2 tristate "Atheros 802.11ac wireless cards support" 3 depends on MAC80211 && HAS_DMA 4 select ATH_COMMON 5 select CRC32 6 ---help--- 7 This module adds support for wireless adapters based on 8 Atheros IEEE 802.11ac family of chipsets. 9 10 If you choose to build a module, it'll be called ath10k. 11 12config ATH10K_PCI 13 tristate "Atheros ath10k PCI support" 14 depends on ATH10K && PCI 15 ---help--- 16 This module adds support for PCIE bus 17 18config ATH10K_DEBUG 19 bool "Atheros ath10k debugging" 20 depends on ATH10K 21 ---help--- 22 Enables debug support 23 24 If unsure, say Y to make it easier to debug problems. 25 26config ATH10K_DEBUGFS 27 bool "Atheros ath10k debugfs support" 28 depends on ATH10K && DEBUG_FS 29 select RELAY 30 ---help--- 31 Enabled debugfs support 32 33 If unsure, say Y to make it easier to debug problems. 34 35config ATH10K_TRACING 36 bool "Atheros ath10k tracing support" 37 depends on ATH10K 38 depends on EVENT_TRACING 39 ---help--- 40 Select this to ath10k use tracing infrastructure. 41 42config ATH10K_DFS_CERTIFIED 43 bool "Atheros DFS support for certified platforms" 44 depends on ATH10K && CFG80211_CERTIFICATION_ONUS 45 default n 46 ---help--- 47 This option enables DFS support for initiating radiation on 48 ath10k. 49