Kconfig 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. config ATH9K_HW
  2. tristate
  3. config ATH9K_COMMON
  4. tristate
  5. select ATH_COMMON
  6. config ATH9K_DFS_DEBUGFS
  7. def_bool y
  8. depends on ATH9K_DEBUGFS && ATH9K_DFS_CERTIFIED
  9. config ATH9K_BTCOEX_SUPPORT
  10. bool "Atheros bluetooth coexistence support"
  11. depends on (ATH9K || ATH9K_HTC)
  12. default y
  13. ---help---
  14. Say Y, if you want to use the ath9k/ath9k_htc radios together with
  15. Bluetooth modules in the same system.
  16. config ATH9K
  17. tristate "Atheros 802.11n wireless cards support"
  18. depends on MAC80211
  19. select ATH9K_HW
  20. select MAC80211_LEDS
  21. select LEDS_CLASS
  22. select NEW_LEDS
  23. select ATH9K_COMMON
  24. ---help---
  25. This module adds support for wireless adapters based on
  26. Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family
  27. of chipsets. For a specific list of supported external
  28. cards, laptops that already ship with these cards and
  29. APs that come with these cards refer to to ath9k wiki
  30. products page:
  31. http://wireless.kernel.org/en/users/Drivers/ath9k/products
  32. If you choose to build a module, it'll be called ath9k.
  33. config ATH9K_PCI
  34. bool "Atheros ath9k PCI/PCIe bus support"
  35. default y
  36. depends on ATH9K && PCI
  37. ---help---
  38. This option enables the PCI bus support in ath9k.
  39. Say Y, if you have a compatible PCI/PCIe wireless card.
  40. config ATH9K_AHB
  41. bool "Atheros ath9k AHB bus support"
  42. depends on ATH9K
  43. default n
  44. ---help---
  45. This option enables the AHB bus support in ath9k.
  46. Say Y, if you have a SoC with a compatible built-in
  47. wireless MAC. Say N if unsure.
  48. config ATH9K_DEBUGFS
  49. bool "Atheros ath9k debugging"
  50. depends on ATH9K
  51. select MAC80211_DEBUGFS
  52. ---help---
  53. Say Y, if you need access to ath9k's statistics for
  54. interrupts, rate control, etc.
  55. Also required for changing debug message flags at run time.
  56. config ATH9K_DFS_CERTIFIED
  57. bool "Atheros DFS support for certified platforms"
  58. depends on ATH9K && CFG80211_CERTIFICATION_ONUS
  59. default n
  60. ---help---
  61. This option enables DFS support for initiating radiation on
  62. ath9k. There is no way to dynamically detect if a card was DFS
  63. certified and as such this is left as a build time option. This
  64. option should only be enabled by system integrators that can
  65. guarantee that all the platforms that their kernel will run on
  66. have obtained appropriate regulatory body certification for a
  67. respective Atheros card by using ath9k on the target shipping
  68. platforms.
  69. This is currently only a placeholder for future DFS support,
  70. as DFS support requires more components that still need to be
  71. developed. At this point enabling this option won't do anything
  72. except increase code size.
  73. config ATH9K_MAC_DEBUG
  74. bool "Atheros MAC statistics"
  75. depends on ATH9K_DEBUGFS
  76. default y
  77. ---help---
  78. This option enables collection of statistics for Rx/Tx status
  79. data and some other MAC related statistics
  80. config ATH9K_RATE_CONTROL
  81. bool "Atheros ath9k rate control"
  82. depends on ATH9K
  83. default y
  84. ---help---
  85. Say Y, if you want to use the ath9k specific rate control
  86. module instead of minstrel_ht.
  87. config ATH9K_HTC
  88. tristate "Atheros HTC based wireless cards support"
  89. depends on USB && MAC80211
  90. select ATH9K_HW
  91. select MAC80211_LEDS
  92. select LEDS_CLASS
  93. select NEW_LEDS
  94. select ATH9K_COMMON
  95. ---help---
  96. Support for Atheros HTC based cards.
  97. Chipsets supported: AR9271
  98. For more information: http://wireless.kernel.org/en/users/Drivers/ath9k_htc
  99. The built module will be ath9k_htc.
  100. config ATH9K_HTC_DEBUGFS
  101. bool "Atheros ath9k_htc debugging"
  102. depends on ATH9K_HTC && DEBUG_FS
  103. ---help---
  104. Say Y, if you need access to ath9k_htc's statistics.