Kconfig (a0aedd6e0b5755a4c1cf288744a0fbef667f9f8f) Kconfig (17f5559e0da51a8780cd93206689f05feca46615)
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---

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

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

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

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 (EXPERIMENTAL)"
45 depends on ATH10K && ARCH_QCOM
46 ---help---
47 This module adds support for integrated WCN3990 chip connected
48 to system NOC(SNOC). Currently work in progress and will not
49 fully work.
50
43config ATH10K_DEBUG
44 bool "Atheros ath10k debugging"
45 depends on ATH10K
46 ---help---
47 Enables debug support
48
49 If unsure, say Y to make it easier to debug problems.
50

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

--- 30 unchanged lines hidden ---