Kconfig 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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 CRC_ITU_T
  91. select EEPROM_93CX6
  92. ---help---
  93. This adds support for rt2501 wireless chipset family.
  94. Supported chips: RT2561, RT2561S & RT2661.
  95. When compiled as a module, this driver will be called "rt61pci.ko".
  96. config RT61PCI_RFKILL
  97. bool "Ralink rt2501/rt61 rfkill support"
  98. depends on RT61PCI
  99. select RT2X00_LIB_RFKILL
  100. ---help---
  101. This adds support for integrated rt61 hardware that features a
  102. hardware button to control the radio state.
  103. This feature depends on the RF switch subsystem rfkill.
  104. config RT61PCI_LEDS
  105. bool "Ralink rt2501/rt61 leds support"
  106. depends on RT61PCI && NEW_LEDS
  107. select LEDS_CLASS
  108. select RT2X00_LIB_LEDS
  109. ---help---
  110. This adds support for led triggers provided my mac80211.
  111. config RT2500USB
  112. tristate "Ralink rt2500 (USB) support"
  113. depends on USB
  114. select RT2X00_LIB_USB
  115. ---help---
  116. This adds support for rt2500 wireless chipset family.
  117. Supported chips: RT2571 & RT2572.
  118. When compiled as a module, this driver will be called "rt2500usb.ko".
  119. config RT2500USB_LEDS
  120. bool "Ralink rt2500 leds support"
  121. depends on RT2500USB && NEW_LEDS
  122. select LEDS_CLASS
  123. select RT2X00_LIB_LEDS
  124. ---help---
  125. This adds support for led triggers provided my mac80211.
  126. config RT73USB
  127. tristate "Ralink rt2501/rt73 (USB) support"
  128. depends on USB
  129. select RT2X00_LIB_USB
  130. select RT2X00_LIB_FIRMWARE
  131. select CRC_ITU_T
  132. ---help---
  133. This adds support for rt2501 wireless chipset family.
  134. Supported chips: RT2571W, RT2573 & RT2671.
  135. When compiled as a module, this driver will be called "rt73usb.ko".
  136. config RT73USB_LEDS
  137. bool "Ralink rt2501/rt73 leds support"
  138. depends on RT73USB && NEW_LEDS
  139. select LEDS_CLASS
  140. select RT2X00_LIB_LEDS
  141. ---help---
  142. This adds support for led triggers provided my mac80211.
  143. config RT2X00_LIB_DEBUGFS
  144. bool "Ralink debugfs support"
  145. depends on RT2X00_LIB && MAC80211_DEBUGFS
  146. ---help---
  147. Enable creation of debugfs files for the rt2x00 drivers.
  148. These debugfs files support both reading and writing of the
  149. most important register types of the rt2x00 hardware.
  150. config RT2X00_DEBUG
  151. bool "Ralink debug output"
  152. depends on RT2X00_LIB
  153. ---help---
  154. Enable debugging output for all rt2x00 modules
  155. endif