Kconfig (cf40a76e7d5874bb25f4404eecc58a2e033af885) Kconfig (42e01cb9cb109fb0bb4743f6c54d6aa67ac39b61)
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

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

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
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

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

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
50 ---help---
51 Enabled debugfs support
52
53 If unsure, say Y to make it easier to debug problems.
54
55config ATH10K_SPECTRAL
56 bool "Atheros ath10k spectral scan support"
57 depends on ATH10K_DEBUGFS
58 select RELAY
59 default n
60 ---help---
61 Say Y to enable access to the FFT/spectral data via debugfs.
62
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.
63config ATH10K_TRACING
64 bool "Atheros ath10k tracing support"
65 depends on ATH10K
66 depends on EVENT_TRACING
67 ---help---
68 Select this to ath10k use tracing infrastructure.
69
70config ATH10K_DFS_CERTIFIED
71 bool "Atheros DFS support for certified platforms"
72 depends on ATH10K && CFG80211_CERTIFICATION_ONUS
73 default n
74 ---help---
75 This option enables DFS support for initiating radiation on
76 ath10k.