Kconfig (7ae9fb1b7ecbb5d85d07857943f677fd1a559b18) Kconfig (21ae74e1bf18331ae5e279bd96304b3630828009)
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
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"

--- 36 unchanged lines hidden ---
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"

--- 36 unchanged lines hidden ---