Kconfig 4.9 KB

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