Kconfig 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. select ATH10K_CE
  8. ---help---
  9. This module adds support for wireless adapters based on
  10. Atheros IEEE 802.11ac family of chipsets.
  11. If you choose to build a module, it'll be called ath10k.
  12. config ATH10K_CE
  13. bool
  14. config ATH10K_PCI
  15. tristate "Atheros ath10k PCI support"
  16. depends on ATH10K && PCI
  17. ---help---
  18. This module adds support for PCIE bus
  19. config ATH10K_AHB
  20. bool "Atheros ath10k AHB support"
  21. depends on ATH10K_PCI && OF && RESET_CONTROLLER
  22. ---help---
  23. This module adds support for AHB bus
  24. config ATH10K_SDIO
  25. tristate "Atheros ath10k SDIO support (EXPERIMENTAL)"
  26. depends on ATH10K && MMC
  27. ---help---
  28. This module adds experimental support for SDIO/MMC bus. Currently
  29. work in progress and will not fully work.
  30. config ATH10K_USB
  31. tristate "Atheros ath10k USB support (EXPERIMENTAL)"
  32. depends on ATH10K && USB
  33. ---help---
  34. This module adds experimental support for USB bus. Currently
  35. work in progress and will not fully work.
  36. config ATH10K_SNOC
  37. tristate "Qualcomm ath10k SNOC support (EXPERIMENTAL)"
  38. depends on ATH10K && ARCH_QCOM
  39. ---help---
  40. This module adds support for integrated WCN3990 chip connected
  41. to system NOC(SNOC). Currently work in progress and will not
  42. fully work.
  43. config ATH10K_DEBUG
  44. bool "Atheros ath10k debugging"
  45. depends on ATH10K
  46. ---help---
  47. Enables debug support
  48. If unsure, say Y to make it easier to debug problems.
  49. config ATH10K_DEBUGFS
  50. bool "Atheros ath10k debugfs support"
  51. depends on ATH10K && DEBUG_FS
  52. ---help---
  53. Enabled debugfs support
  54. If unsure, say Y to make it easier to debug problems.
  55. config ATH10K_SPECTRAL
  56. bool "Atheros ath10k spectral scan support"
  57. depends on ATH10K_DEBUGFS
  58. select RELAY
  59. default n
  60. ---help---
  61. Say Y to enable access to the FFT/spectral data via debugfs.
  62. config ATH10K_TRACING
  63. bool "Atheros ath10k tracing support"
  64. depends on ATH10K
  65. depends on EVENT_TRACING
  66. ---help---
  67. Select this to ath10k use tracing infrastructure.
  68. config ATH10K_DFS_CERTIFIED
  69. bool "Atheros DFS support for certified platforms"
  70. depends on ATH10K && CFG80211_CERTIFICATION_ONUS
  71. default n
  72. ---help---
  73. This option enables DFS support for initiating radiation on
  74. ath10k.