Kconfig (5ef26e966d3fd105ad9a7e8e8f6d12c7fbd4c03d) | Kconfig (4db66499df91b9398435e2dbee0e42cd6df0bc27) |
---|---|
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 ---help--- 8 This module adds support for wireless adapters based on --- 15 unchanged lines hidden (view full) --- 24 25config ATH10K_SDIO 26 tristate "Atheros ath10k SDIO support (EXPERIMENTAL)" 27 depends on ATH10K && MMC 28 ---help--- 29 This module adds experimental support for SDIO/MMC bus. Currently 30 work in progress and will not fully work. 31 | 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 ---help--- 8 This module adds support for wireless adapters based on --- 15 unchanged lines hidden (view full) --- 24 25config ATH10K_SDIO 26 tristate "Atheros ath10k SDIO support (EXPERIMENTAL)" 27 depends on ATH10K && MMC 28 ---help--- 29 This module adds experimental support for SDIO/MMC bus. Currently 30 work in progress and will not fully work. 31 |
32config ATH10K_USB 33 tristate "Atheros ath10k USB support (EXPERIMENTAL)" 34 depends on ATH10K && USB 35 ---help--- 36 This module adds experimental support for USB bus. Currently 37 work in progress and will not fully work. 38 |
|
32config ATH10K_DEBUG 33 bool "Atheros ath10k debugging" 34 depends on ATH10K 35 ---help--- 36 Enables debug support 37 38 If unsure, say Y to make it easier to debug problems. 39 --- 23 unchanged lines hidden --- | 39config ATH10K_DEBUG 40 bool "Atheros ath10k debugging" 41 depends on ATH10K 42 ---help--- 43 Enables debug support 44 45 If unsure, say Y to make it easier to debug problems. 46 --- 23 unchanged lines hidden --- |