Kconfig 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. menuconfig RT2X00
  2. tristate "Ralink driver support"
  3. depends on MAC80211
  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_PCI
  19. select EEPROM_93CX6
  20. ---help---
  21. This adds support for rt2400 wireless chipset family.
  22. Supported chips: RT2460.
  23. When compiled as a module, this driver will be called rt2400pci.
  24. config RT2500PCI
  25. tristate "Ralink rt2500 (PCI/PCMCIA) support"
  26. depends on PCI
  27. select RT2X00_LIB_PCI
  28. select EEPROM_93CX6
  29. ---help---
  30. This adds support for rt2500 wireless chipset family.
  31. Supported chips: RT2560.
  32. When compiled as a module, this driver will be called rt2500pci.
  33. config RT61PCI
  34. tristate "Ralink rt2501/rt61 (PCI/PCMCIA) support"
  35. depends on PCI
  36. select RT2X00_LIB_PCI
  37. select RT2X00_LIB_FIRMWARE
  38. select RT2X00_LIB_CRYPTO
  39. select CRC_ITU_T
  40. select EEPROM_93CX6
  41. ---help---
  42. This adds support for rt2501 wireless chipset family.
  43. Supported chips: RT2561, RT2561S & RT2661.
  44. When compiled as a module, this driver will be called rt61pci.
  45. config RT2800PCI
  46. tristate "Ralink rt27xx/rt28xx/rt30xx (PCI/PCIe/PCMCIA) support"
  47. depends on PCI || RALINK_RT288X || RALINK_RT305X
  48. select RT2800_LIB
  49. select RT2X00_LIB_PCI if PCI
  50. select RT2X00_LIB_SOC if RALINK_RT288X || RALINK_RT305X
  51. select RT2X00_LIB_HT
  52. select RT2X00_LIB_FIRMWARE
  53. select RT2X00_LIB_CRYPTO
  54. select CRC_CCITT
  55. select EEPROM_93CX6
  56. ---help---
  57. This adds support for rt27xx/rt28xx/rt30xx wireless chipset family.
  58. Supported chips: RT2760, RT2790, RT2860, RT2880, RT2890, RT3052,
  59. RT3090, RT3091 & RT3092
  60. When compiled as a module, this driver will be called "rt2800pci.ko".
  61. if RT2800PCI
  62. config RT2800PCI_RT33XX
  63. bool "rt2800pci - Include support for rt33xx devices (EXPERIMENTAL)"
  64. depends on EXPERIMENTAL
  65. default n
  66. ---help---
  67. This adds support for rt33xx wireless chipset family to the
  68. rt2800pci driver.
  69. Supported chips: RT3390
  70. Support for these devices is non-functional at the moment and is
  71. intended for testers and developers.
  72. config RT2800PCI_RT35XX
  73. bool "rt2800pci - Include support for rt35xx devices (EXPERIMENTAL)"
  74. depends on EXPERIMENTAL
  75. default n
  76. ---help---
  77. This adds support for rt35xx wireless chipset family to the
  78. rt2800pci driver.
  79. Supported chips: RT3060, RT3062, RT3562, RT3592
  80. Support for these devices is non-functional at the moment and is
  81. intended for testers and developers.
  82. config RT2800PCI_RT53XX
  83. bool "rt2800-pci - Include support for rt53xx devices (EXPERIMENTAL)"
  84. depends on EXPERIMENTAL
  85. default n
  86. ---help---
  87. This adds support for rt53xx wireless chipset family to the
  88. rt2800pci driver.
  89. Supported chips: RT5390
  90. Support for these devices is non-functional at the moment and is
  91. intended for testers and developers.
  92. endif
  93. config RT2500USB
  94. tristate "Ralink rt2500 (USB) support"
  95. depends on USB
  96. select RT2X00_LIB_USB
  97. select RT2X00_LIB_CRYPTO
  98. ---help---
  99. This adds support for rt2500 wireless chipset family.
  100. Supported chips: RT2571 & RT2572.
  101. When compiled as a module, this driver will be called rt2500usb.
  102. config RT73USB
  103. tristate "Ralink rt2501/rt73 (USB) support"
  104. depends on USB
  105. select RT2X00_LIB_USB
  106. select RT2X00_LIB_FIRMWARE
  107. select RT2X00_LIB_CRYPTO
  108. select CRC_ITU_T
  109. ---help---
  110. This adds support for rt2501 wireless chipset family.
  111. Supported chips: RT2571W, RT2573 & RT2671.
  112. When compiled as a module, this driver will be called rt73usb.
  113. config RT2800USB
  114. tristate "Ralink rt27xx/rt28xx/rt30xx (USB) support"
  115. depends on USB
  116. select RT2800_LIB
  117. select RT2X00_LIB_USB
  118. select RT2X00_LIB_HT
  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 (EXPERIMENTAL)"
  129. depends on EXPERIMENTAL
  130. default n
  131. ---help---
  132. This adds support for rt33xx wireless chipset family to the
  133. rt2800usb driver.
  134. Supported chips: RT3370
  135. Support for these devices is non-functional at the moment and is
  136. intended for testers and developers.
  137. config RT2800USB_RT35XX
  138. bool "rt2800usb - Include support for rt35xx devices (EXPERIMENTAL)"
  139. depends on EXPERIMENTAL
  140. default n
  141. ---help---
  142. This adds support for rt35xx wireless chipset family to the
  143. rt2800usb driver.
  144. Supported chips: RT3572
  145. Support for these devices is non-functional at the moment and is
  146. intended for testers and developers.
  147. config RT2800USB_UNKNOWN
  148. bool "rt2800usb - Include support for unknown (USB) devices"
  149. default n
  150. ---help---
  151. This adds support for rt2800usb devices that are known to
  152. have a rt28xx family compatible chipset, but for which the exact
  153. chipset is unknown.
  154. Support status for these devices is unknown, and enabling these
  155. devices may or may not work.
  156. endif
  157. config RT2800_LIB
  158. tristate
  159. config RT2X00_LIB_PCI
  160. tristate
  161. select RT2X00_LIB
  162. config RT2X00_LIB_SOC
  163. tristate
  164. select RT2X00_LIB
  165. config RT2X00_LIB_USB
  166. tristate
  167. select RT2X00_LIB
  168. config RT2X00_LIB
  169. tristate
  170. config RT2X00_LIB_HT
  171. boolean
  172. config RT2X00_LIB_FIRMWARE
  173. boolean
  174. select FW_LOADER
  175. config RT2X00_LIB_CRYPTO
  176. boolean
  177. config RT2X00_LIB_LEDS
  178. boolean
  179. default y if (RT2X00_LIB=y && LEDS_CLASS=y) || (RT2X00_LIB=m && LEDS_CLASS!=n)
  180. config RT2X00_LIB_DEBUGFS
  181. bool "Ralink debugfs support"
  182. depends on RT2X00_LIB && MAC80211_DEBUGFS
  183. ---help---
  184. Enable creation of debugfs files for the rt2x00 drivers.
  185. These debugfs files support both reading and writing of the
  186. most important register types of the rt2x00 hardware.
  187. config RT2X00_DEBUG
  188. bool "Ralink debug output"
  189. depends on RT2X00_LIB
  190. ---help---
  191. Enable debugging output for all rt2x00 modules
  192. endif