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_DEBUG 33 bool "Atheros ath10k debugging" 34 depends on ATH10K 35 ---help--- 36 Enables debug support 37 38 If unsure, say Y to make it easier to debug problems. 39 40config ATH10K_DEBUGFS 41 bool "Atheros ath10k debugfs support" 42 depends on ATH10K && DEBUG_FS 43 select RELAY 44 ---help--- 45 Enabled debugfs support 46 47 If unsure, say Y to make it easier to debug problems. 48 49config ATH10K_TRACING 50 bool "Atheros ath10k tracing support" 51 depends on ATH10K 52 depends on EVENT_TRACING 53 ---help--- 54 Select this to ath10k use tracing infrastructure. 55 56config ATH10K_DFS_CERTIFIED 57 bool "Atheros DFS support for certified platforms" 58 depends on ATH10K && CFG80211_CERTIFICATION_ONUS 59 default n 60 ---help--- 61 This option enables DFS support for initiating radiation on 62 ath10k. 63