Kconfig 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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_SDIO
  22. tristate "Atheros ath10k SDIO support (EXPERIMENTAL)"
  23. depends on ATH10K && MMC
  24. ---help---
  25. This module adds experimental support for SDIO/MMC bus. Currently
  26. work in progress and will not fully work.
  27. config ATH10K_USB
  28. tristate "Atheros ath10k USB support (EXPERIMENTAL)"
  29. depends on ATH10K && USB
  30. ---help---
  31. This module adds experimental support for USB bus. Currently
  32. work in progress and will not fully work.
  33. config ATH10K_DEBUG
  34. bool "Atheros ath10k debugging"
  35. depends on ATH10K
  36. ---help---
  37. Enables debug support
  38. If unsure, say Y to make it easier to debug problems.
  39. config ATH10K_DEBUGFS
  40. bool "Atheros ath10k debugfs support"
  41. depends on ATH10K && DEBUG_FS
  42. select RELAY
  43. ---help---
  44. Enabled debugfs support
  45. If unsure, say Y to make it easier to debug problems.
  46. config ATH10K_TRACING
  47. bool "Atheros ath10k tracing support"
  48. depends on ATH10K
  49. depends on EVENT_TRACING
  50. ---help---
  51. Select this to ath10k use tracing infrastructure.
  52. config ATH10K_DFS_CERTIFIED
  53. bool "Atheros DFS support for certified platforms"
  54. depends on ATH10K && CFG80211_CERTIFICATION_ONUS
  55. default n
  56. ---help---
  57. This option enables DFS support for initiating radiation on
  58. ath10k.