Kconfig 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. config ATH6KL
  2. tristate "Atheros mobile chipsets support"
  3. config ATH6KL_SDIO
  4. tristate "Atheros ath6kl SDIO support"
  5. depends on ATH6KL
  6. depends on MMC
  7. depends on CFG80211
  8. ---help---
  9. This module adds support for wireless adapters based on
  10. Atheros AR6003 and AR6004 chipsets running over SDIO. If you
  11. choose to build it as a module, it will be called ath6kl_sdio.
  12. Please note that AR6002 and AR6001 are not supported by this
  13. driver.
  14. config ATH6KL_USB
  15. tristate "Atheros ath6kl USB support"
  16. depends on ATH6KL
  17. depends on USB
  18. depends on CFG80211
  19. ---help---
  20. This module adds support for wireless adapters based on
  21. Atheros AR6004 chipset running over USB. This is still under
  22. implementation and it isn't functional. If you choose to
  23. build it as a module, it will be called ath6kl_usb.
  24. config ATH6KL_DEBUG
  25. bool "Atheros ath6kl debugging"
  26. depends on ATH6KL
  27. ---help---
  28. Enables debug support
  29. config ATH6KL_REGDOMAIN
  30. bool "Atheros ath6kl regdomain support"
  31. depends on ATH6KL
  32. depends on CFG80211_CERTIFICATION_ONUS
  33. ---help---
  34. Enabling this makes it possible to change the regdomain in
  35. the firmware. This can be only enabled if regulatory requirements
  36. are taken into account.