Loading...
1# SPDX-License-Identifier: ISC
2config ATH10K
3 tristate "Atheros 802.11ac wireless cards support"
4 depends on MAC80211 && HAS_DMA
5 select ATH_COMMON
6 select CRC32
7 select WANT_DEV_COREDUMP
8 select ATH10K_CE
9 help
10 This module adds support for wireless adapters based on
11 Atheros IEEE 802.11ac family of chipsets.
12
13 If you choose to build a module, it'll be called ath10k.
14
15config ATH10K_CE
16 bool
17
18config ATH10K_PCI
19 tristate "Atheros ath10k PCI support"
20 depends on ATH10K && PCI
21 help
22 This module adds support for PCIE bus
23
24config ATH10K_AHB
25 bool "Atheros ath10k AHB support"
26 depends on ATH10K_PCI && OF && RESET_CONTROLLER
27 help
28 This module adds support for AHB bus
29
30config ATH10K_SDIO
31 tristate "Atheros ath10k SDIO support"
32 depends on ATH10K && MMC
33 help
34 This module adds support for SDIO/MMC bus.
35
36config ATH10K_USB
37 tristate "Atheros ath10k USB support (EXPERIMENTAL)"
38 depends on ATH10K && USB
39 help
40 This module adds experimental support for USB bus. Currently
41 work in progress and will not fully work.
42
43config ATH10K_SNOC
44 tristate "Qualcomm ath10k SNOC support"
45 depends on ATH10K
46 depends on ARCH_QCOM || COMPILE_TEST
47 depends on QCOM_SMEM
48 select QCOM_SCM
49 select QCOM_QMI_HELPERS
50 help
51 This module adds support for integrated WCN3990 chip connected
52 to system NOC(SNOC).
53
54config ATH10K_DEBUG
55 bool "Atheros ath10k debugging"
56 depends on ATH10K
57 help
58 Enables debug support
59
60 If unsure, say Y to make it easier to debug problems.
61
62config ATH10K_DEBUGFS
63 bool "Atheros ath10k debugfs support"
64 depends on ATH10K && DEBUG_FS
65 help
66 Enabled debugfs support
67
68 If unsure, say Y to make it easier to debug problems.
69
70config ATH10K_SPECTRAL
71 bool "Atheros ath10k spectral scan support"
72 depends on ATH10K_DEBUGFS
73 select RELAY
74 default n
75 help
76 Say Y to enable access to the FFT/spectral data via debugfs.
77
78config ATH10K_TRACING
79 bool "Atheros ath10k tracing support"
80 depends on ATH10K
81 depends on EVENT_TRACING
82 help
83 Select this to ath10k use tracing infrastructure.
84
85config ATH10K_DFS_CERTIFIED
86 bool "Atheros DFS support for certified platforms"
87 depends on ATH10K && CFG80211_CERTIFICATION_ONUS
88 default n
89 help
90 This option enables DFS support for initiating radiation on
91 ath10k.
1config ATH10K
2 tristate "Atheros 802.11ac wireless cards support"
3 depends on MAC80211 && HAS_DMA
4 select ATH_COMMON
5 select CRC32
6 ---help---
7 This module adds support for wireless adapters based on
8 Atheros IEEE 802.11ac family of chipsets.
9
10 If you choose to build a module, it'll be called ath10k.
11
12config ATH10K_PCI
13 tristate "Atheros ath10k PCI support"
14 depends on ATH10K && PCI
15 ---help---
16 This module adds support for PCIE bus
17
18config ATH10K_AHB
19 bool "Atheros ath10k AHB support"
20 depends on ATH10K_PCI && OF && RESET_CONTROLLER
21 ---help---
22 This module adds support for AHB bus
23
24config ATH10K_DEBUG
25 bool "Atheros ath10k debugging"
26 depends on ATH10K
27 ---help---
28 Enables debug support
29
30 If unsure, say Y to make it easier to debug problems.
31
32config ATH10K_DEBUGFS
33 bool "Atheros ath10k debugfs support"
34 depends on ATH10K && DEBUG_FS
35 select RELAY
36 ---help---
37 Enabled debugfs support
38
39 If unsure, say Y to make it easier to debug problems.
40
41config ATH10K_TRACING
42 bool "Atheros ath10k tracing support"
43 depends on ATH10K
44 depends on EVENT_TRACING
45 ---help---
46 Select this to ath10k use tracing infrastructure.
47
48config ATH10K_DFS_CERTIFIED
49 bool "Atheros DFS support for certified platforms"
50 depends on ATH10K && CFG80211_CERTIFICATION_ONUS
51 default n
52 ---help---
53 This option enables DFS support for initiating radiation on
54 ath10k.