Kconfig 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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 && DEBUG_FS
  23. select RELAY
  24. ---help---
  25. Enabled debugfs support
  26. If unsure, say Y to make it easier to debug problems.
  27. config ATH10K_TRACING
  28. bool "Atheros ath10k tracing support"
  29. depends on ATH10K
  30. depends on EVENT_TRACING
  31. ---help---
  32. Select this to ath10k use tracing infrastructure.
  33. config ATH10K_DFS_CERTIFIED
  34. bool "Atheros DFS support for certified platforms"
  35. depends on ATH10K && CFG80211_CERTIFICATION_ONUS
  36. default n
  37. ---help---
  38. This option enables DFS support for initiating radiation on
  39. ath10k.