Kconfig 992 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. config ATH10K
  2. tristate "Atheros 802.11ac wireless cards support"
  3. depends on MAC80211 && HAS_DMA
  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. If you choose to build a module, it'll be called ath10k.
  9. config ATH10K_PCI
  10. tristate "Atheros ath10k PCI support"
  11. depends on ATH10K && PCI
  12. ---help---
  13. This module adds support for PCIE bus
  14. config ATH10K_DEBUG
  15. bool "Atheros ath10k debugging"
  16. depends on ATH10K
  17. ---help---
  18. Enables debug support
  19. If unsure, say Y to make it easier to debug problems.
  20. config ATH10K_DEBUGFS
  21. bool "Atheros ath10k debugfs support"
  22. depends on ATH10K
  23. ---help---
  24. Enabled debugfs support
  25. If unsure, say Y to make it easier to debug problems.
  26. config ATH10K_TRACING
  27. bool "Atheros ath10k tracing support"
  28. depends on ATH10K
  29. depends on EVENT_TRACING
  30. ---help---
  31. Select this to ath10k use tracing infrastructure.