Kconfig 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. config 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. If you choose to build a module, it'll be called ath10k.
  10. config ATH10K_PCI
  11. tristate "Atheros ath10k PCI support"
  12. depends on ATH10K && PCI
  13. ---help---
  14. This module adds support for PCIE bus
  15. config ATH10K_AHB
  16. bool "Atheros ath10k AHB support"
  17. depends on ATH10K_PCI && OF && RESET_CONTROLLER
  18. ---help---
  19. This module adds support for AHB bus
  20. config ATH10K_DEBUG
  21. bool "Atheros ath10k debugging"
  22. depends on ATH10K
  23. ---help---
  24. Enables debug support
  25. If unsure, say Y to make it easier to debug problems.
  26. config ATH10K_DEBUGFS
  27. bool "Atheros ath10k debugfs support"
  28. depends on ATH10K && DEBUG_FS
  29. select RELAY
  30. ---help---
  31. Enabled debugfs support
  32. If unsure, say Y to make it easier to debug problems.
  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. config ATH10K_DFS_CERTIFIED
  40. bool "Atheros DFS support for certified platforms"
  41. depends on ATH10K && CFG80211_CERTIFICATION_ONUS
  42. default n
  43. ---help---
  44. This option enables DFS support for initiating radiation on
  45. ath10k.