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_AHB 19 bool "Atheros ath10k AHB support" 20 depends on ATH10K_PCI && OF && RESET_CONTROLLER 21 ---help--- 22 This module adds support for AHB bus 23 24config ATH10K_DEBUG 25 bool "Atheros ath10k debugging" 26 depends on ATH10K 27 ---help--- 28 Enables debug support 29 30 If unsure, say Y to make it easier to debug problems. 31 32config ATH10K_DEBUGFS 33 bool "Atheros ath10k debugfs support" 34 depends on ATH10K && DEBUG_FS 35 select RELAY 36 ---help--- 37 Enabled debugfs support 38 39 If unsure, say Y to make it easier to debug problems. 40 41config ATH10K_TRACING 42 bool "Atheros ath10k tracing support" 43 depends on ATH10K 44 depends on EVENT_TRACING 45 ---help--- 46 Select this to ath10k use tracing infrastructure. 47 48config ATH10K_DFS_CERTIFIED 49 bool "Atheros DFS support for certified platforms" 50 depends on ATH10K && CFG80211_CERTIFICATION_ONUS 51 default n 52 ---help--- 53 This option enables DFS support for initiating radiation on 54 ath10k. 55