Kconfig (0898782247ae533d1f4e47a06bc5d4870931b284) | Kconfig (4d0f3604c4d181b98104024c837f0e81912f55ef) |
---|---|
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 --- 14 unchanged lines hidden (view full) --- 23 24config ATH10K_AHB 25 bool "Atheros ath10k AHB support" 26 depends on ATH10K_PCI && OF && RESET_CONTROLLER 27 ---help--- 28 This module adds support for AHB bus 29 30config ATH10K_SDIO | 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 --- 14 unchanged lines hidden (view full) --- 23 24config ATH10K_AHB 25 bool "Atheros ath10k AHB support" 26 depends on ATH10K_PCI && OF && RESET_CONTROLLER 27 ---help--- 28 This module adds support for AHB bus 29 30config ATH10K_SDIO |
31 tristate "Atheros ath10k SDIO support (EXPERIMENTAL)" | 31 tristate "Atheros ath10k SDIO support" |
32 depends on ATH10K && MMC 33 ---help--- | 32 depends on ATH10K && MMC 33 ---help--- |
34 This module adds experimental support for SDIO/MMC bus. Currently 35 work in progress and will not fully work. | 34 This module adds support for SDIO/MMC bus. |
36 37config ATH10K_USB 38 tristate "Atheros ath10k USB support (EXPERIMENTAL)" 39 depends on ATH10K && USB 40 ---help--- 41 This module adds experimental support for USB bus. Currently 42 work in progress and will not fully work. 43 44config ATH10K_SNOC | 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 |
45 tristate "Qualcomm ath10k SNOC support (EXPERIMENTAL)" | 44 tristate "Qualcomm ath10k SNOC support" |
46 depends on ATH10K 47 depends on ARCH_QCOM || COMPILE_TEST 48 select QCOM_QMI_HELPERS 49 ---help--- 50 This module adds support for integrated WCN3990 chip connected 51 to system NOC(SNOC). 52 53config ATH10K_DEBUG --- 37 unchanged lines hidden --- | 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). 51 52config ATH10K_DEBUG --- 37 unchanged lines hidden --- |