Kconfig (eceb024ee3eed1bacb5c32a4847269f2685e2ea4) | Kconfig (d03407183d97554dfffea70f385b5bdd520f846c) |
---|---|
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 --- 30 unchanged lines hidden (view full) --- 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 | 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 --- 30 unchanged lines hidden (view full) --- 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 select QCOM_SMEM | 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" --- 36 unchanged lines hidden --- | 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 --- |