Kconfig (31d1b7710262fba12282b24083f20dc76e0efc93) Kconfig (8765967592875f1b4b20a8541a325045e5f75a36)
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 select ATH10K_CE
8 ---help---

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

42
43config ATH10K_SNOC
44 tristate "Qualcomm ath10k SNOC support (EXPERIMENTAL)"
45 depends on ATH10K
46 depends on ARCH_QCOM || COMPILE_TEST
47 select QCOM_QMI_HELPERS
48 ---help---
49 This module adds support for integrated WCN3990 chip connected
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 select ATH10K_CE
8 ---help---

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

42
43config ATH10K_SNOC
44 tristate "Qualcomm ath10k SNOC support (EXPERIMENTAL)"
45 depends on ATH10K
46 depends on ARCH_QCOM || COMPILE_TEST
47 select QCOM_QMI_HELPERS
48 ---help---
49 This module adds support for integrated WCN3990 chip connected
50 to system NOC(SNOC). Currently work in progress and will not
51 fully work.
50 to system NOC(SNOC).
52
53config ATH10K_DEBUG
54 bool "Atheros ath10k debugging"
55 depends on ATH10K
56 ---help---
57 Enables debug support
58
59 If unsure, say Y to make it easier to debug problems.

--- 31 unchanged lines hidden ---
51
52config ATH10K_DEBUG
53 bool "Atheros ath10k debugging"
54 depends on ATH10K
55 ---help---
56 Enables debug support
57
58 If unsure, say Y to make it easier to debug problems.

--- 31 unchanged lines hidden ---