Kconfig 989 B

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