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	select RELAY
51	---help---
52	  Enabled debugfs support
53
54	  If unsure, say Y to make it easier to debug problems.
55
56config ATH10K_TRACING
57	bool "Atheros ath10k tracing support"
58	depends on ATH10K
59	depends on EVENT_TRACING
60	---help---
61	  Select this to ath10k use tracing infrastructure.
62
63config ATH10K_DFS_CERTIFIED
64	bool "Atheros DFS support for certified platforms"
65	depends on ATH10K && CFG80211_CERTIFICATION_ONUS
66	default n
67	---help---
68	This option enables DFS support for initiating radiation on
69	ath10k.
70