Kconfig 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. ---help---
  43. Enabled debugfs support
  44. If unsure, say Y to make it easier to debug problems.
  45. config ATH10K_SPECTRAL
  46. bool "Atheros ath10k spectral scan support"
  47. depends on ATH10K_DEBUGFS
  48. select RELAY
  49. default n
  50. ---help---
  51. Say Y to enable access to the FFT/spectral data via debugfs.
  52. config ATH10K_TRACING
  53. bool "Atheros ath10k tracing support"
  54. depends on ATH10K
  55. depends on EVENT_TRACING
  56. ---help---
  57. Select this to ath10k use tracing infrastructure.
  58. config ATH10K_DFS_CERTIFIED
  59. bool "Atheros DFS support for certified platforms"
  60. depends on ATH10K && CFG80211_CERTIFICATION_ONUS
  61. default n
  62. ---help---
  63. This option enables DFS support for initiating radiation on
  64. ath10k.