PageRenderTime 37ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 1ms

/drivers/net/wireless/ath/ath9k/Kconfig

https://bitbucket.org/wisechild/galaxy-nexus
#! | 81 lines | 67 code | 14 blank | 0 comment | 0 complexity | 65d19c06f018fb178068862e3dc3e2ba MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
  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 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_PCI
  23. bool "Atheros ath9k PCI/PCIe bus support"
  24. depends on ATH9K && PCI
  25. ---help---
  26. This option enables the PCI bus support in ath9k.
  27. Say Y, if you have a compatible PCI/PCIe wireless card.
  28. config ATH9K_AHB
  29. bool "Atheros ath9k AHB bus support"
  30. depends on ATH9K
  31. default n
  32. ---help---
  33. This option enables the AHB bus support in ath9k.
  34. Say Y, if you have a SoC with a compatible built-in
  35. wireless MAC. Say N if unsure.
  36. config ATH9K_DEBUGFS
  37. bool "Atheros ath9k debugging"
  38. depends on ATH9K && DEBUG_FS
  39. ---help---
  40. Say Y, if you need access to ath9k's statistics for
  41. interrupts, rate control, etc.
  42. Also required for changing debug message flags at run time.
  43. config ATH9K_RATE_CONTROL
  44. bool "Atheros ath9k rate control"
  45. depends on ATH9K
  46. default y
  47. ---help---
  48. Say Y, if you want to use the ath9k specific rate control
  49. module instead of minstrel_ht.
  50. config ATH9K_HTC
  51. tristate "Atheros HTC based wireless cards support"
  52. depends on USB && MAC80211
  53. select ATH9K_HW
  54. select MAC80211_LEDS
  55. select LEDS_CLASS
  56. select NEW_LEDS
  57. select ATH9K_COMMON
  58. ---help---
  59. Support for Atheros HTC based cards.
  60. Chipsets supported: AR9271
  61. For more information: http://wireless.kernel.org/en/users/Drivers/ath9k_htc
  62. The built module will be ath9k_htc.
  63. config ATH9K_HTC_DEBUGFS
  64. bool "Atheros ath9k_htc debugging"
  65. depends on ATH9K_HTC && DEBUG_FS
  66. ---help---
  67. Say Y, if you need access to ath9k_htc's statistics.