Kconfig 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. config ATH9K_HW
  2. tristate
  3. config ATH9K_COMMON
  4. tristate
  5. select ATH_COMMON
  6. config ATH9K_COMMON_DEBUG
  7. bool
  8. config ATH9K_DFS_DEBUGFS
  9. def_bool y
  10. depends on ATH9K_DEBUGFS && ATH9K_DFS_CERTIFIED
  11. config ATH9K_BTCOEX_SUPPORT
  12. bool "Atheros bluetooth coexistence support"
  13. depends on (ATH9K || ATH9K_HTC)
  14. default y
  15. ---help---
  16. Say Y, if you want to use the ath9k/ath9k_htc radios together with
  17. Bluetooth modules in the same system.
  18. config ATH9K
  19. tristate "Atheros 802.11n wireless cards support"
  20. depends on MAC80211 && HAS_DMA
  21. select ATH9K_HW
  22. select MAC80211_LEDS
  23. select LEDS_CLASS
  24. select NEW_LEDS
  25. select ATH9K_COMMON
  26. ---help---
  27. This module adds support for wireless adapters based on
  28. Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family
  29. of chipsets. For a specific list of supported external
  30. cards, laptops that already ship with these cards and
  31. APs that come with these cards refer to ath9k wiki
  32. products page:
  33. http://wireless.kernel.org/en/users/Drivers/ath9k/products
  34. If you choose to build a module, it'll be called ath9k.
  35. config ATH9K_PCI
  36. bool "Atheros ath9k PCI/PCIe bus support"
  37. default y
  38. depends on ATH9K && PCI
  39. ---help---
  40. This option enables the PCI bus support in ath9k.
  41. Say Y, if you have a compatible PCI/PCIe wireless card.
  42. config ATH9K_AHB
  43. bool "Atheros ath9k AHB bus support"
  44. depends on ATH9K
  45. default n
  46. ---help---
  47. This option enables the AHB bus support in ath9k.
  48. Say Y, if you have a SoC with a compatible built-in
  49. wireless MAC. Say N if unsure.
  50. config ATH9K_DEBUGFS
  51. bool "Atheros ath9k debugging"
  52. depends on ATH9K && DEBUG_FS
  53. select MAC80211_DEBUGFS
  54. select ATH9K_COMMON_DEBUG
  55. select RELAY
  56. ---help---
  57. Say Y, if you need access to ath9k's statistics for
  58. interrupts, rate control, etc.
  59. Also required for changing debug message flags at run time.
  60. As well as access to the FFT/spectral data and TX99.
  61. config ATH9K_STATION_STATISTICS
  62. bool "Detailed station statistics"
  63. depends on ATH9K && ATH9K_DEBUGFS && DEBUG_FS
  64. select MAC80211_DEBUGFS
  65. default n
  66. ---help---
  67. This option enables detailed statistics for association stations.
  68. config ATH9K_TX99
  69. bool "Atheros ath9k TX99 testing support"
  70. depends on ATH9K_DEBUGFS && CFG80211_CERTIFICATION_ONUS
  71. default n
  72. ---help---
  73. Say N. This should only be enabled on systems undergoing
  74. certification testing and evaluation in a controlled environment.
  75. Enabling this will only enable TX99 support, all other modes of
  76. operation will be disabled.
  77. TX99 support enables Specific Absorption Rate (SAR) testing.
  78. SAR is the unit of measurement for the amount of radio frequency(RF)
  79. absorbed by the body when using a wireless device. The RF exposure
  80. limits used are expressed in the terms of SAR, which is a measure
  81. of the electric and magnetic field strength and power density for
  82. transmitters operating at frequencies from 300 kHz to 100 GHz.
  83. Regulatory bodies around the world require that wireless device
  84. be evaluated to meet the RF exposure limits set forth in the
  85. governmental SAR regulations.
  86. config ATH9K_DFS_CERTIFIED
  87. bool "Atheros DFS support for certified platforms"
  88. depends on ATH9K && CFG80211_CERTIFICATION_ONUS
  89. default n
  90. ---help---
  91. This option enables DFS support for initiating radiation on
  92. ath9k. There is no way to dynamically detect if a card was DFS
  93. certified and as such this is left as a build time option. This
  94. option should only be enabled by system integrators that can
  95. guarantee that all the platforms that their kernel will run on
  96. have obtained appropriate regulatory body certification for a
  97. respective Atheros card by using ath9k on the target shipping
  98. platforms.
  99. This is currently only a placeholder for future DFS support,
  100. as DFS support requires more components that still need to be
  101. developed. At this point enabling this option won't do anything
  102. except increase code size.
  103. config ATH9K_DYNACK
  104. bool "Atheros ath9k ACK timeout estimation algorithm (EXPERIMENTAL)"
  105. depends on ATH9K
  106. default n
  107. ---help---
  108. This option enables ath9k dynamic ACK timeout estimation algorithm
  109. based on ACK frame RX timestamp, TX frame timestamp and frame
  110. duration
  111. config ATH9K_WOW
  112. bool "Wake on Wireless LAN support (EXPERIMENTAL)"
  113. depends on ATH9K && PM
  114. default n
  115. ---help---
  116. This option enables Wake on Wireless LAN support for certain cards.
  117. Currently, AR9462 is supported.
  118. config ATH9K_RFKILL
  119. bool "Atheros ath9k rfkill support" if EXPERT
  120. depends on ATH9K
  121. depends on RFKILL=y || RFKILL=ATH9K
  122. default y
  123. help
  124. Say Y to have ath9k poll the RF-Kill GPIO every couple of
  125. seconds. Turn off to save power, but enable it if you have
  126. a platform that can toggle the RF-Kill GPIO.
  127. config ATH9K_CHANNEL_CONTEXT
  128. bool "Channel Context support"
  129. depends on ATH9K
  130. default n
  131. ---help---
  132. This option enables channel context support in ath9k, which is needed
  133. for multi-channel concurrency. Enable this if P2P PowerSave support
  134. is required.
  135. config ATH9K_PCOEM
  136. bool "Atheros ath9k support for PC OEM cards" if EXPERT
  137. depends on ATH9K
  138. default y
  139. config ATH9K_HTC
  140. tristate "Atheros HTC based wireless cards support"
  141. depends on USB && MAC80211
  142. select ATH9K_HW
  143. select MAC80211_LEDS
  144. select LEDS_CLASS
  145. select NEW_LEDS
  146. select ATH9K_COMMON
  147. ---help---
  148. Support for Atheros HTC based cards.
  149. Chipsets supported: AR9271
  150. For more information: http://wireless.kernel.org/en/users/Drivers/ath9k_htc
  151. The built module will be ath9k_htc.
  152. config ATH9K_HTC_DEBUGFS
  153. bool "Atheros ath9k_htc debugging"
  154. depends on ATH9K_HTC && DEBUG_FS
  155. select ATH9K_COMMON_DEBUG
  156. select RELAY
  157. ---help---
  158. Say Y, if you need access to ath9k_htc's statistics.
  159. As well as access to the FFT/spectral data.
  160. config ATH9K_HWRNG
  161. bool "Random number generator support"
  162. depends on ATH9K && (HW_RANDOM = y || HW_RANDOM = ATH9K)
  163. default n
  164. ---help---
  165. This option incorporates the ADC register output as a source of
  166. randomness into Linux entropy pool (/dev/urandom and /dev/random)
  167. Say Y, feeds the entropy directly from the WiFi driver to the input
  168. pool.