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