Kconfig 2.0 KB

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