Kconfig 4.8 KB

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