Kconfig (6e2d6b2728fcb408eabd7991804f8cb33ff59f20) | Kconfig (f1908735f141f662fbf04436e6efc1560418b5a0) |
---|---|
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--- --- 28 unchanged lines hidden (view full) --- 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)" | 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--- --- 28 unchanged lines hidden (view full) --- 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 | 45 depends on ATH10K 46 depends on ARCH_QCOM || COMPILE_TEST |
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 51config ATH10K_DEBUG 52 bool "Atheros ath10k debugging" 53 depends on ATH10K --- 35 unchanged lines hidden --- | 47 ---help--- 48 This module adds support for integrated WCN3990 chip connected 49 to system NOC(SNOC). Currently work in progress and will not 50 fully work. 51 52config ATH10K_DEBUG 53 bool "Atheros ath10k debugging" 54 depends on ATH10K --- 35 unchanged lines hidden --- |