Kconfig (0b523ced9a3cd05abf240e913b2d80e7d0fa3478) Kconfig (14854bfd9daaa20778db64f224a957c2abaab6fe)
1config ATH10K
2 tristate "Atheros 802.11ac wireless cards support"
3 depends on MAC80211 && HAS_DMA
4 select ATH_COMMON
5 select CRC32
6 ---help---
7 This module adds support for wireless adapters based on
8 Atheros IEEE 802.11ac family of chipsets.
9
10 If you choose to build a module, it'll be called ath10k.
11
12config ATH10K_PCI
13 tristate "Atheros ath10k PCI support"
14 depends on ATH10K && PCI
15 ---help---
16 This module adds support for PCIE bus
17
18config ATH10K_AHB
19 bool "Atheros ath10k AHB support"
1config ATH10K
2 tristate "Atheros 802.11ac wireless cards support"
3 depends on MAC80211 && HAS_DMA
4 select ATH_COMMON
5 select CRC32
6 ---help---
7 This module adds support for wireless adapters based on
8 Atheros IEEE 802.11ac family of chipsets.
9
10 If you choose to build a module, it'll be called ath10k.
11
12config ATH10K_PCI
13 tristate "Atheros ath10k PCI support"
14 depends on ATH10K && PCI
15 ---help---
16 This module adds support for PCIE bus
17
18config ATH10K_AHB
19 bool "Atheros ath10k AHB support"
20 depends on ATH10K_PCI && OF
20 depends on ATH10K_PCI && OF && RESET_CONTROLLER
21 ---help---
22 This module adds support for AHB bus
23
24config ATH10K_DEBUG
25 bool "Atheros ath10k debugging"
26 depends on ATH10K
27 ---help---
28 Enables debug support

--- 26 unchanged lines hidden ---
21 ---help---
22 This module adds support for AHB bus
23
24config ATH10K_DEBUG
25 bool "Atheros ath10k debugging"
26 depends on ATH10K
27 ---help---
28 Enables debug support

--- 26 unchanged lines hidden ---