Kconfig (ecd740c6f2f092b90b95fa35f757973589eaaca2) Kconfig (855aed1220d2c94425ab01a85fe7a6f5c436940f)
1config ATH10K
2 tristate "Atheros 802.11ac wireless cards support"
3 depends on MAC80211 && HAS_DMA
4 select ATH_COMMON
5 ---help---
6 This module adds support for wireless adapters based on
7 Atheros IEEE 802.11ac family of chipsets.
8

--- 11 unchanged lines hidden (view full) ---

20 ---help---
21 Enables debug support
22
23 If unsure, say Y to make it easier to debug problems.
24
25config ATH10K_DEBUGFS
26 bool "Atheros ath10k debugfs support"
27 depends on ATH10K
1config ATH10K
2 tristate "Atheros 802.11ac wireless cards support"
3 depends on MAC80211 && HAS_DMA
4 select ATH_COMMON
5 ---help---
6 This module adds support for wireless adapters based on
7 Atheros IEEE 802.11ac family of chipsets.
8

--- 11 unchanged lines hidden (view full) ---

20 ---help---
21 Enables debug support
22
23 If unsure, say Y to make it easier to debug problems.
24
25config ATH10K_DEBUGFS
26 bool "Atheros ath10k debugfs support"
27 depends on ATH10K
28 select RELAY
28 ---help---
29 Enabled debugfs support
30
31 If unsure, say Y to make it easier to debug problems.
32
33config ATH10K_TRACING
34 bool "Atheros ath10k tracing support"
35 depends on ATH10K
36 depends on EVENT_TRACING
37 ---help---
38 Select this to ath10k use tracing infrastructure.
39
40config ATH10K_DFS_CERTIFIED
41 bool "Atheros DFS support for certified platforms"
42 depends on ATH10K && CFG80211_CERTIFICATION_ONUS
43 default n
44 ---help---
45 This option enables DFS support for initiating radiation on
46 ath10k.
29 ---help---
30 Enabled debugfs support
31
32 If unsure, say Y to make it easier to debug problems.
33
34config ATH10K_TRACING
35 bool "Atheros ath10k tracing support"
36 depends on ATH10K
37 depends on EVENT_TRACING
38 ---help---
39 Select this to ath10k use tracing infrastructure.
40
41config ATH10K_DFS_CERTIFIED
42 bool "Atheros DFS support for certified platforms"
43 depends on ATH10K && CFG80211_CERTIFICATION_ONUS
44 default n
45 ---help---
46 This option enables DFS support for initiating radiation on
47 ath10k.