Kconfig (188de5dd80b2b7986e75821374efb67081049b6e) | Kconfig (ba94c753ccb471bafe8bd824b744fda6fee0001e) |
---|---|
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--- --- 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 (EXPERIMENTAL)" 45 depends on ATH10K 46 depends on ARCH_QCOM || COMPILE_TEST | 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--- --- 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 (EXPERIMENTAL)" 45 depends on ATH10K 46 depends on ARCH_QCOM || COMPILE_TEST |
47 select QCOM_QMI_HELPERS |
|
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 --- | 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. 52 53config ATH10K_DEBUG 54 bool "Atheros ath10k debugging" 55 depends on ATH10K --- 35 unchanged lines hidden --- |