Kconfig (011b1134b82c2750d83a299a1369c678845de45a) Kconfig (8e1debd82466a3fe711784ab37e6b54e56011267)
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

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

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

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

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 depends on QCOM_RPROC_COMMON || QCOM_RPROC_COMMON=n
49 select QCOM_SCM
50 select QCOM_QMI_HELPERS
51 help
52 This module adds support for integrated WCN3990 chip connected
53 to system NOC(SNOC).
54
55config ATH10K_DEBUG
56 bool "Atheros ath10k debugging"

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

63config ATH10K_DEBUGFS
64 bool "Atheros ath10k debugfs support"
65 depends on ATH10K && DEBUG_FS
66 help
67 Enabled debugfs support
68
69 If unsure, say Y to make it easier to debug problems.
70
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"

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

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_LEDS
71 bool
72 depends on ATH10K
73 depends on LEDS_CLASS=y || LEDS_CLASS=MAC80211
74 default y
75
71config ATH10K_SPECTRAL
72 bool "Atheros ath10k spectral scan support"
73 depends on ATH10K_DEBUGFS
74 select RELAY
75 default n
76 help
77 Say Y to enable access to the FFT/spectral data via debugfs.
78

--- 14 unchanged lines hidden ---
76config ATH10K_SPECTRAL
77 bool "Atheros ath10k spectral scan support"
78 depends on ATH10K_DEBUGFS
79 select RELAY
80 default n
81 help
82 Say Y to enable access to the FFT/spectral data via debugfs.
83

--- 14 unchanged lines hidden ---