Kconfig 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. config RT2X00
  2. tristate "Ralink driver support"
  3. depends on MAC80211 && WLAN_80211 && EXPERIMENTAL
  4. ---help---
  5. This will enable the experimental 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.ko".
  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.ko" and "rt2x00usb.ko".
  14. if RT2X00
  15. config RT2X00_LIB
  16. tristate
  17. config RT2X00_LIB_PCI
  18. tristate
  19. select RT2X00_LIB
  20. config RT2X00_LIB_USB
  21. tristate
  22. select RT2X00_LIB
  23. config RT2X00_LIB_FIRMWARE
  24. boolean
  25. depends on RT2X00_LIB
  26. select FW_LOADER
  27. config RT2X00_LIB_CRYPTO
  28. boolean
  29. depends on RT2X00_LIB
  30. config RT2X00_LIB_RFKILL
  31. boolean
  32. depends on RT2X00_LIB
  33. select RFKILL
  34. config RT2X00_LIB_LEDS
  35. boolean
  36. depends on RT2X00_LIB && NEW_LEDS
  37. config RT2400PCI
  38. tristate "Ralink rt2400 (PCI/PCMCIA) support"
  39. depends on PCI
  40. select RT2X00_LIB_PCI
  41. select EEPROM_93CX6
  42. ---help---
  43. This adds support for rt2400 wireless chipset family.
  44. Supported chips: RT2460.
  45. When compiled as a module, this driver will be called "rt2400pci.ko".
  46. config RT2400PCI_RFKILL
  47. bool "Ralink rt2400 rfkill support"
  48. depends on RT2400PCI
  49. select RT2X00_LIB_RFKILL
  50. ---help---
  51. This adds support for integrated rt2400 hardware that features a
  52. hardware button to control the radio state.
  53. This feature depends on the RF switch subsystem rfkill.
  54. config RT2400PCI_LEDS
  55. bool "Ralink rt2400 leds support"
  56. depends on RT2400PCI && NEW_LEDS
  57. select LEDS_CLASS
  58. select RT2X00_LIB_LEDS
  59. ---help---
  60. This adds support for led triggers provided my mac80211.
  61. config RT2500PCI
  62. tristate "Ralink rt2500 (PCI/PCMCIA) support"
  63. depends on PCI
  64. select RT2X00_LIB_PCI
  65. select EEPROM_93CX6
  66. ---help---
  67. This adds support for rt2500 wireless chipset family.
  68. Supported chips: RT2560.
  69. When compiled as a module, this driver will be called "rt2500pci.ko".
  70. config RT2500PCI_RFKILL
  71. bool "Ralink rt2500 rfkill support"
  72. depends on RT2500PCI
  73. select RT2X00_LIB_RFKILL
  74. ---help---
  75. This adds support for integrated rt2500 hardware that features a
  76. hardware button to control the radio state.
  77. This feature depends on the RF switch subsystem rfkill.
  78. config RT2500PCI_LEDS
  79. bool "Ralink rt2500 leds support"
  80. depends on RT2500PCI && NEW_LEDS
  81. select LEDS_CLASS
  82. select RT2X00_LIB_LEDS
  83. ---help---
  84. This adds support for led triggers provided my mac80211.
  85. config RT61PCI
  86. tristate "Ralink rt2501/rt61 (PCI/PCMCIA) support"
  87. depends on PCI
  88. select RT2X00_LIB_PCI
  89. select RT2X00_LIB_FIRMWARE
  90. select RT2X00_LIB_CRYPTO
  91. select CRC_ITU_T
  92. select EEPROM_93CX6
  93. ---help---
  94. This adds support for rt2501 wireless chipset family.
  95. Supported chips: RT2561, RT2561S & RT2661.
  96. When compiled as a module, this driver will be called "rt61pci.ko".
  97. config RT61PCI_RFKILL
  98. bool "Ralink rt2501/rt61 rfkill support"
  99. depends on RT61PCI
  100. select RT2X00_LIB_RFKILL
  101. ---help---
  102. This adds support for integrated rt61 hardware that features a
  103. hardware button to control the radio state.
  104. This feature depends on the RF switch subsystem rfkill.
  105. config RT61PCI_LEDS
  106. bool "Ralink rt2501/rt61 leds support"
  107. depends on RT61PCI && NEW_LEDS
  108. select LEDS_CLASS
  109. select RT2X00_LIB_LEDS
  110. ---help---
  111. This adds support for led triggers provided my mac80211.
  112. config RT2500USB
  113. tristate "Ralink rt2500 (USB) support"
  114. depends on USB
  115. select RT2X00_LIB_USB
  116. ---help---
  117. This adds support for rt2500 wireless chipset family.
  118. Supported chips: RT2571 & RT2572.
  119. When compiled as a module, this driver will be called "rt2500usb.ko".
  120. config RT2500USB_LEDS
  121. bool "Ralink rt2500 leds support"
  122. depends on RT2500USB && NEW_LEDS
  123. select LEDS_CLASS
  124. select RT2X00_LIB_LEDS
  125. ---help---
  126. This adds support for led triggers provided my mac80211.
  127. config RT73USB
  128. tristate "Ralink rt2501/rt73 (USB) support"
  129. depends on USB
  130. select RT2X00_LIB_USB
  131. select RT2X00_LIB_FIRMWARE
  132. select RT2X00_LIB_CRYPTO
  133. select CRC_ITU_T
  134. ---help---
  135. This adds support for rt2501 wireless chipset family.
  136. Supported chips: RT2571W, RT2573 & RT2671.
  137. When compiled as a module, this driver will be called "rt73usb.ko".
  138. config RT73USB_LEDS
  139. bool "Ralink rt2501/rt73 leds support"
  140. depends on RT73USB && NEW_LEDS
  141. select LEDS_CLASS
  142. select RT2X00_LIB_LEDS
  143. ---help---
  144. This adds support for led triggers provided my mac80211.
  145. config RT2X00_LIB_DEBUGFS
  146. bool "Ralink debugfs support"
  147. depends on RT2X00_LIB && MAC80211_DEBUGFS
  148. ---help---
  149. Enable creation of debugfs files for the rt2x00 drivers.
  150. These debugfs files support both reading and writing of the
  151. most important register types of the rt2x00 hardware.
  152. config RT2X00_DEBUG
  153. bool "Ralink debug output"
  154. depends on RT2X00_LIB
  155. ---help---
  156. Enable debugging output for all rt2x00 modules
  157. endif