Kconfig 952 B

123456789101112131415161718192021222324252627282930313233343536
  1. config ATH9K_HW
  2. tristate
  3. config ATH9K
  4. tristate "Atheros 802.11n wireless cards support"
  5. depends on PCI && MAC80211 && WLAN_80211
  6. select ATH9K_HW
  7. select MAC80211_LEDS
  8. select LEDS_CLASS
  9. select NEW_LEDS
  10. ---help---
  11. This module adds support for wireless adapters based on
  12. Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family
  13. of chipsets. For a specific list of supported external
  14. cards, laptops that already ship with these cards and
  15. APs that come with these cards refer to to ath9k wiki
  16. products page:
  17. http://wireless.kernel.org/en/users/Drivers/ath9k/products
  18. If you choose to build a module, it'll be called ath9k.
  19. if ATH_DEBUG
  20. config ATH9K_DEBUG
  21. bool "Atheros ath9k debugging"
  22. depends on ATH9K
  23. ---help---
  24. Say Y, if you need ath9k to display debug messages.
  25. Pass the debug mask as a module parameter:
  26. modprobe ath9k debug=0x00000200
  27. Look in ath9k/debug.h for possible debug masks
  28. endif # ATH_DEBUG