Kconfig 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. config ATH_COMMON
  2. tristate
  3. config WLAN_VENDOR_ATH
  4. bool "Atheros/Qualcomm devices"
  5. default y
  6. ---help---
  7. If you have a wireless card belonging to this class, say Y.
  8. Note that the answer to this question doesn't directly affect the
  9. kernel: saying N will just cause the configurator to skip all the
  10. questions about these cards. If you say Y, you will be asked for
  11. your specific card in the following questions.
  12. For more information and documentation on this module you can visit:
  13. http://wireless.kernel.org/en/users/Drivers/ath
  14. For information on all Atheros wireless drivers visit:
  15. http://wireless.kernel.org/en/users/Drivers/Atheros
  16. if WLAN_VENDOR_ATH
  17. config ATH_DEBUG
  18. bool "Atheros wireless debugging"
  19. ---help---
  20. Say Y, if you want to debug atheros wireless drivers.
  21. Right now only ath9k makes use of this.
  22. config ATH_TRACEPOINTS
  23. bool "Atheros wireless tracing"
  24. depends on ATH_DEBUG
  25. depends on EVENT_TRACING
  26. ---help---
  27. This option enables tracepoints for atheros wireless drivers.
  28. Currently, ath9k makes use of this facility.
  29. config ATH_REG_DYNAMIC_USER_REG_HINTS
  30. bool "Atheros dynamic user regulatory hints"
  31. depends on CFG80211_CERTIFICATION_ONUS
  32. default n
  33. ---help---
  34. Say N. This should only be enabled in countries where
  35. this feature is explicitly allowed and only on cards that
  36. specifically have been tested for this.
  37. config ATH_REG_DYNAMIC_USER_CERT_TESTING
  38. bool "Atheros dynamic user regulatory testing"
  39. depends on ATH_REG_DYNAMIC_USER_REG_HINTS && CFG80211_CERTIFICATION_ONUS
  40. default n
  41. ---help---
  42. Say N. This should only be enabled on systems
  43. undergoing certification testing.
  44. source "drivers/net/wireless/ath/ath5k/Kconfig"
  45. source "drivers/net/wireless/ath/ath9k/Kconfig"
  46. source "drivers/net/wireless/ath/carl9170/Kconfig"
  47. source "drivers/net/wireless/ath/ath6kl/Kconfig"
  48. source "drivers/net/wireless/ath/ar5523/Kconfig"
  49. source "drivers/net/wireless/ath/wil6210/Kconfig"
  50. source "drivers/net/wireless/ath/ath10k/Kconfig"
  51. source "drivers/net/wireless/ath/wcn36xx/Kconfig"
  52. endif