Kconfig 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. menuconfig RT2X00
  2. tristate "Ralink driver support"
  3. depends on MAC80211 && HAS_DMA
  4. ---help---
  5. This will enable the support for the Ralink drivers,
  6. developed in the rt2x00 project <http://rt2x00.serialmonkey.com>.
  7. These drivers make use of the mac80211 stack.
  8. When building one of the individual drivers, the rt2x00 library
  9. will also be created. That library (when the driver is built as
  10. a module) will be called rt2x00lib.
  11. Additionally PCI and USB libraries will also be build depending
  12. on the types of drivers being selected, these libraries will be
  13. called rt2x00pci and rt2x00usb.
  14. if RT2X00
  15. config RT2400PCI
  16. tristate "Ralink rt2400 (PCI/PCMCIA) support"
  17. depends on PCI
  18. select RT2X00_LIB_MMIO
  19. select RT2X00_LIB_PCI
  20. select EEPROM_93CX6
  21. ---help---
  22. This adds support for rt2400 wireless chipset family.
  23. Supported chips: RT2460.
  24. When compiled as a module, this driver will be called rt2400pci.
  25. config RT2500PCI
  26. tristate "Ralink rt2500 (PCI/PCMCIA) support"
  27. depends on PCI
  28. select RT2X00_LIB_MMIO
  29. select RT2X00_LIB_PCI
  30. select EEPROM_93CX6
  31. ---help---
  32. This adds support for rt2500 wireless chipset family.
  33. Supported chips: RT2560.
  34. When compiled as a module, this driver will be called rt2500pci.
  35. config RT61PCI
  36. tristate "Ralink rt2501/rt61 (PCI/PCMCIA) support"
  37. depends on PCI
  38. select RT2X00_LIB_PCI
  39. select RT2X00_LIB_MMIO
  40. select RT2X00_LIB_FIRMWARE
  41. select RT2X00_LIB_CRYPTO
  42. select CRC_ITU_T
  43. select EEPROM_93CX6
  44. ---help---
  45. This adds support for rt2501 wireless chipset family.
  46. Supported chips: RT2561, RT2561S & RT2661.
  47. When compiled as a module, this driver will be called rt61pci.
  48. config RT2800PCI
  49. tristate "Ralink rt27xx/rt28xx/rt30xx (PCI/PCIe/PCMCIA) support"
  50. depends on PCI
  51. select RT2800_LIB
  52. select RT2800_LIB_MMIO
  53. select RT2X00_LIB_MMIO
  54. select RT2X00_LIB_PCI
  55. select RT2X00_LIB_FIRMWARE
  56. select RT2X00_LIB_CRYPTO
  57. select CRC_CCITT
  58. select EEPROM_93CX6
  59. ---help---
  60. This adds support for rt27xx/rt28xx/rt30xx wireless chipset family.
  61. Supported chips: RT2760, RT2790, RT2860, RT2880, RT2890, RT3052,
  62. RT3090, RT3091 & RT3092
  63. When compiled as a module, this driver will be called "rt2800pci.ko".
  64. if RT2800PCI
  65. config RT2800PCI_RT33XX
  66. bool "rt2800pci - Include support for rt33xx devices"
  67. default y
  68. ---help---
  69. This adds support for rt33xx wireless chipset family to the
  70. rt2800pci driver.
  71. Supported chips: RT3390
  72. config RT2800PCI_RT35XX
  73. bool "rt2800pci - Include support for rt35xx devices (EXPERIMENTAL)"
  74. default y
  75. ---help---
  76. This adds support for rt35xx wireless chipset family to the
  77. rt2800pci driver.
  78. Supported chips: RT3060, RT3062, RT3562, RT3592
  79. config RT2800PCI_RT53XX
  80. bool "rt2800pci - Include support for rt53xx devices (EXPERIMENTAL)"
  81. default y
  82. ---help---
  83. This adds support for rt53xx wireless chipset family to the
  84. rt2800pci driver.
  85. Supported chips: RT5390
  86. config RT2800PCI_RT3290
  87. bool "rt2800pci - Include support for rt3290 devices (EXPERIMENTAL)"
  88. default y
  89. ---help---
  90. This adds support for rt3290 wireless chipset family to the
  91. rt2800pci driver.
  92. Supported chips: RT3290
  93. endif
  94. config RT2500USB
  95. tristate "Ralink rt2500 (USB) support"
  96. depends on USB
  97. select RT2X00_LIB_USB
  98. select RT2X00_LIB_CRYPTO
  99. ---help---
  100. This adds support for rt2500 wireless chipset family.
  101. Supported chips: RT2571 & RT2572.
  102. When compiled as a module, this driver will be called rt2500usb.
  103. config RT73USB
  104. tristate "Ralink rt2501/rt73 (USB) support"
  105. depends on USB
  106. select RT2X00_LIB_USB
  107. select RT2X00_LIB_FIRMWARE
  108. select RT2X00_LIB_CRYPTO
  109. select CRC_ITU_T
  110. ---help---
  111. This adds support for rt2501 wireless chipset family.
  112. Supported chips: RT2571W, RT2573 & RT2671.
  113. When compiled as a module, this driver will be called rt73usb.
  114. config RT2800USB
  115. tristate "Ralink rt27xx/rt28xx/rt30xx (USB) support"
  116. depends on USB
  117. select RT2800_LIB
  118. select RT2X00_LIB_USB
  119. select RT2X00_LIB_FIRMWARE
  120. select RT2X00_LIB_CRYPTO
  121. select CRC_CCITT
  122. ---help---
  123. This adds support for rt27xx/rt28xx/rt30xx wireless chipset family.
  124. Supported chips: RT2770, RT2870 & RT3070, RT3071 & RT3072
  125. When compiled as a module, this driver will be called "rt2800usb.ko".
  126. if RT2800USB
  127. config RT2800USB_RT33XX
  128. bool "rt2800usb - Include support for rt33xx devices"
  129. default y
  130. ---help---
  131. This adds support for rt33xx wireless chipset family to the
  132. rt2800usb driver.
  133. Supported chips: RT3370
  134. config RT2800USB_RT35XX
  135. bool "rt2800usb - Include support for rt35xx devices (EXPERIMENTAL)"
  136. default y
  137. ---help---
  138. This adds support for rt35xx wireless chipset family to the
  139. rt2800usb driver.
  140. Supported chips: RT3572
  141. config RT2800USB_RT3573
  142. bool "rt2800usb - Include support for rt3573 devices (EXPERIMENTAL)"
  143. ---help---
  144. This enables support for RT3573 chipset based wireless USB devices
  145. in the rt2800usb driver.
  146. config RT2800USB_RT53XX
  147. bool "rt2800usb - Include support for rt53xx devices (EXPERIMENTAL)"
  148. ---help---
  149. This adds support for rt53xx wireless chipset family to the
  150. rt2800usb driver.
  151. Supported chips: RT5370
  152. config RT2800USB_RT55XX
  153. bool "rt2800usb - Include support for rt55xx devices (EXPERIMENTAL)"
  154. ---help---
  155. This adds support for rt55xx wireless chipset family to the
  156. rt2800usb driver.
  157. Supported chips: RT5572
  158. config RT2800USB_UNKNOWN
  159. bool "rt2800usb - Include support for unknown (USB) devices"
  160. default n
  161. ---help---
  162. This adds support for rt2800usb devices that are known to
  163. have a rt28xx family compatible chipset, but for which the exact
  164. chipset is unknown.
  165. Support status for these devices is unknown, and enabling these
  166. devices may or may not work.
  167. endif
  168. config RT2800SOC
  169. tristate "Ralink WiSoC support"
  170. depends on SOC_RT288X || SOC_RT305X
  171. select RT2X00_LIB_SOC
  172. select RT2X00_LIB_MMIO
  173. select RT2X00_LIB_CRYPTO
  174. select RT2X00_LIB_FIRMWARE
  175. select RT2800_LIB
  176. select RT2800_LIB_MMIO
  177. ---help---
  178. This adds support for Ralink WiSoC devices.
  179. Supported chips: RT2880, RT3050, RT3052, RT3350, RT3352.
  180. When compiled as a module, this driver will be called rt2800soc.
  181. config RT2800_LIB
  182. tristate
  183. config RT2800_LIB_MMIO
  184. tristate
  185. select RT2X00_LIB_MMIO
  186. select RT2800_LIB
  187. config RT2X00_LIB_MMIO
  188. tristate
  189. config RT2X00_LIB_PCI
  190. tristate
  191. select RT2X00_LIB
  192. config RT2X00_LIB_SOC
  193. tristate
  194. select RT2X00_LIB
  195. config RT2X00_LIB_USB
  196. tristate
  197. select RT2X00_LIB
  198. config RT2X00_LIB
  199. tristate
  200. select AVERAGE
  201. config RT2X00_LIB_FIRMWARE
  202. bool
  203. select FW_LOADER
  204. config RT2X00_LIB_CRYPTO
  205. bool
  206. config RT2X00_LIB_LEDS
  207. bool
  208. default y if (RT2X00_LIB=y && LEDS_CLASS=y) || (RT2X00_LIB=m && LEDS_CLASS!=n)
  209. config RT2X00_LIB_DEBUGFS
  210. bool "Ralink debugfs support"
  211. depends on RT2X00_LIB && MAC80211_DEBUGFS
  212. ---help---
  213. Enable creation of debugfs files for the rt2x00 drivers.
  214. These debugfs files support both reading and writing of the
  215. most important register types of the rt2x00 hardware.
  216. config RT2X00_DEBUG
  217. bool "Ralink debug output"
  218. depends on RT2X00_LIB
  219. ---help---
  220. Enable debugging output for all rt2x00 modules
  221. endif