Kconfig 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. # SPDX-License-Identifier: ISC
  2. config ATH6KL
  3. tristate "Atheros mobile chipsets support"
  4. depends on CFG80211
  5. help
  6. This module adds core support for wireless adapters based on
  7. Atheros AR6003 and AR6004 chipsets. You still need separate
  8. bus drivers for USB and SDIO to be able to use real devices.
  9. If you choose to build it as a module, it will be called
  10. ath6kl_core. Please note that AR6002 and AR6001 are not
  11. supported by this driver.
  12. config ATH6KL_SDIO
  13. tristate "Atheros ath6kl SDIO support"
  14. depends on ATH6KL
  15. depends on MMC
  16. help
  17. This module adds support for wireless adapters based on
  18. Atheros AR6003 and AR6004 chipsets running over SDIO. If you
  19. choose to build it as a module, it will be called ath6kl_sdio.
  20. Please note that AR6002 and AR6001 are not supported by this
  21. driver.
  22. config ATH6KL_USB
  23. tristate "Atheros ath6kl USB support"
  24. depends on ATH6KL
  25. depends on USB
  26. help
  27. This module adds support for wireless adapters based on
  28. Atheros AR6004 chipset and chipsets based on it running over
  29. USB. If you choose to build it as a module, it will be
  30. called ath6kl_usb.
  31. config ATH6KL_DEBUG
  32. bool "Atheros ath6kl debugging"
  33. depends on ATH6KL
  34. help
  35. Enables ath6kl debug support, including debug messages
  36. enabled with debug_mask module parameter and debugfs
  37. interface.
  38. If unsure, say Y to make it easier to debug problems.
  39. config ATH6KL_TRACING
  40. bool "Atheros ath6kl tracing support"
  41. depends on ATH6KL
  42. depends on EVENT_TRACING
  43. help
  44. Select this to ath6kl use tracing infrastructure which, for
  45. example, can be enabled with help of trace-cmd. All debug
  46. messages and commands are delivered to using individually
  47. enablable trace points.
  48. If unsure, say Y to make it easier to debug problems.
  49. config ATH6KL_REGDOMAIN
  50. bool "Atheros ath6kl regdomain support"
  51. depends on ATH6KL
  52. depends on CFG80211_CERTIFICATION_ONUS
  53. help
  54. Enabling this makes it possible to change the regdomain in
  55. the firmware. This can be only enabled if regulatory requirements
  56. are taken into account.
  57. If unsure, say N.