Kalle Valo | 5e3dd15 | 2013-06-12 20:52:10 +0300 | [diff] [blame] | 1 | config ATH10K |
| 2 | tristate "Atheros 802.11ac wireless cards support" |
Geert Uytterhoeven | 07b1550 | 2013-07-10 23:03:36 +0200 | [diff] [blame] | 3 | depends on MAC80211 && HAS_DMA |
Kalle Valo | 5e3dd15 | 2013-06-12 20:52:10 +0300 | [diff] [blame] | 4 | select ATH_COMMON |
| 5 | ---help--- |
| 6 | This module adds support for wireless adapters based on |
| 7 | Atheros IEEE 802.11ac family of chipsets. |
| 8 | |
| 9 | If you choose to build a module, it'll be called ath10k. |
| 10 | |
| 11 | config ATH10K_PCI |
| 12 | tristate "Atheros ath10k PCI support" |
| 13 | depends on ATH10K && PCI |
| 14 | ---help--- |
| 15 | This module adds support for PCIE bus |
| 16 | |
| 17 | config ATH10K_DEBUG |
| 18 | bool "Atheros ath10k debugging" |
| 19 | depends on ATH10K |
| 20 | ---help--- |
| 21 | Enables debug support |
| 22 | |
| 23 | If unsure, say Y to make it easier to debug problems. |
| 24 | |
| 25 | config ATH10K_DEBUGFS |
| 26 | bool "Atheros ath10k debugfs support" |
| 27 | depends on ATH10K |
| 28 | ---help--- |
| 29 | Enabled debugfs support |
| 30 | |
| 31 | If unsure, say Y to make it easier to debug problems. |
| 32 | |
| 33 | config ATH10K_TRACING |
| 34 | bool "Atheros ath10k tracing support" |
| 35 | depends on ATH10K |
| 36 | depends on EVENT_TRACING |
| 37 | ---help--- |
| 38 | Select this to ath10k use tracing infrastructure. |
| 39 | |