Kconfig 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. config ATH9K_DEBUGFS
  23. bool "Atheros ath9k debugging"
  24. depends on ATH9K && DEBUG_FS
  25. ---help---
  26. Say Y, if you need access to ath9k's statistics for
  27. interrupts, rate control, etc.
  28. Also required for changing debug message flags at run time.
  29. config ATH9K_HTC
  30. tristate "Atheros HTC based wireless cards support"
  31. depends on USB && MAC80211
  32. select ATH9K_HW
  33. select MAC80211_LEDS
  34. select LEDS_CLASS
  35. select NEW_LEDS
  36. select ATH9K_COMMON
  37. ---help---
  38. Support for Atheros HTC based cards.
  39. Chipsets supported: AR9271
  40. For more information: http://wireless.kernel.org/en/users/Drivers/ath9k_htc
  41. The built module will be ath9k_htc.
  42. config ATH9K_HTC_DEBUGFS
  43. bool "Atheros ath9k_htc debugging"
  44. depends on ATH9K_HTC && DEBUG_FS
  45. ---help---
  46. Say Y, if you need access to ath9k_htc's statistics.