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. select WANT_DEV_COREDUMP
  7. ---help---
  8. This module adds support for wireless adapters based on
  9. Atheros IEEE 802.11ac family of chipsets.
  10. If you choose to build a module, it'll be called ath10k.
  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. config ATH10K_AHB
  17. bool "Atheros ath10k AHB support"
  18. depends on ATH10K_PCI && OF && RESET_CONTROLLER
  19. ---help---
  20. This module adds support for AHB bus
  21. config ATH10K_DEBUG
  22. bool "Atheros ath10k debugging"
  23. depends on ATH10K
  24. ---help---
  25. Enables debug support
  26. If unsure, say Y to make it easier to debug problems.
  27. config ATH10K_DEBUGFS
  28. bool "Atheros ath10k debugfs support"
  29. depends on ATH10K && DEBUG_FS
  30. select RELAY
  31. ---help---
  32. Enabled debugfs support
  33. If unsure, say Y to make it easier to debug problems.
  34. config ATH10K_TRACING
  35. bool "Atheros ath10k tracing support"
  36. depends on ATH10K
  37. depends on EVENT_TRACING
  38. ---help---
  39. Select this to ath10k use tracing infrastructure.
  40. config ATH10K_DFS_CERTIFIED
  41. bool "Atheros DFS support for certified platforms"
  42. depends on ATH10K && CFG80211_CERTIFICATION_ONUS
  43. default n
  44. ---help---
  45. This option enables DFS support for initiating radiation on
  46. ath10k.