Kconfig 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  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_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 || SOC_RT288X || SOC_RT305X
  51. select RT2800_LIB
  52. select RT2X00_LIB_MMIO
  53. select RT2X00_LIB_PCI if PCI
  54. select RT2X00_LIB_SOC if SOC_RT288X || SOC_RT305X
  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_RT53XX
  142. bool "rt2800usb - Include support for rt53xx devices (EXPERIMENTAL)"
  143. ---help---
  144. This adds support for rt53xx wireless chipset family to the
  145. rt2800usb driver.
  146. Supported chips: RT5370
  147. config RT2800USB_RT55XX
  148. bool "rt2800usb - Include support for rt55xx devices (EXPERIMENTAL)"
  149. ---help---
  150. This adds support for rt55xx wireless chipset family to the
  151. rt2800usb driver.
  152. Supported chips: RT5572
  153. config RT2800USB_UNKNOWN
  154. bool "rt2800usb - Include support for unknown (USB) devices"
  155. default n
  156. ---help---
  157. This adds support for rt2800usb devices that are known to
  158. have a rt28xx family compatible chipset, but for which the exact
  159. chipset is unknown.
  160. Support status for these devices is unknown, and enabling these
  161. devices may or may not work.
  162. endif
  163. config RT2800_LIB
  164. tristate
  165. config RT2X00_LIB_MMIO
  166. tristate
  167. config RT2X00_LIB_PCI
  168. tristate
  169. select RT2X00_LIB
  170. config RT2X00_LIB_SOC
  171. tristate
  172. select RT2X00_LIB
  173. config RT2X00_LIB_USB
  174. tristate
  175. select RT2X00_LIB
  176. config RT2X00_LIB
  177. tristate
  178. config RT2X00_LIB_FIRMWARE
  179. boolean
  180. select FW_LOADER
  181. config RT2X00_LIB_CRYPTO
  182. boolean
  183. config RT2X00_LIB_LEDS
  184. boolean
  185. default y if (RT2X00_LIB=y && LEDS_CLASS=y) || (RT2X00_LIB=m && LEDS_CLASS!=n)
  186. config RT2X00_LIB_DEBUGFS
  187. bool "Ralink debugfs support"
  188. depends on RT2X00_LIB && MAC80211_DEBUGFS
  189. ---help---
  190. Enable creation of debugfs files for the rt2x00 drivers.
  191. These debugfs files support both reading and writing of the
  192. most important register types of the rt2x00 hardware.
  193. config RT2X00_DEBUG
  194. bool "Ralink debug output"
  195. depends on RT2X00_LIB
  196. ---help---
  197. Enable debugging output for all rt2x00 modules
  198. endif