Kconfig 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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 will make use of the Devicescape ieee80211 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. config RT2X00_LIB
  12. tristate
  13. depends on RT2X00
  14. config RT2X00_LIB_PCI
  15. tristate
  16. depends on RT2X00
  17. select RT2X00_LIB
  18. config RT2X00_LIB_USB
  19. tristate
  20. depends on RT2X00
  21. select RT2X00_LIB
  22. config RT2X00_LIB_FIRMWARE
  23. boolean
  24. depends on RT2X00_LIB
  25. select CRC_CCITT
  26. select CRC_ITU_T
  27. select FW_LOADER
  28. config RT2X00_LIB_RFKILL
  29. boolean
  30. depends on RT2X00_LIB
  31. select RFKILL
  32. select INPUT_POLLDEV
  33. config RT2X00_LIB_LEDS
  34. boolean
  35. depends on RT2X00_LIB
  36. select LEDS_CLASS
  37. select LEDS_TRIGGERS
  38. select MAC80211_LEDS
  39. config RT2400PCI
  40. tristate "Ralink rt2400 pci/pcmcia support"
  41. depends on RT2X00 && PCI
  42. select RT2X00_LIB_PCI
  43. select EEPROM_93CX6
  44. ---help---
  45. This is an experimental driver for the Ralink rt2400 wireless chip.
  46. When compiled as a module, this driver will be called "rt2400pci.ko".
  47. config RT2400PCI_RFKILL
  48. bool "RT2400 rfkill support"
  49. depends on RT2400PCI
  50. select RT2X00_LIB_RFKILL
  51. ---help---
  52. This adds support for integrated rt2400 devices that feature a
  53. hardware button to control the radio state.
  54. This feature depends on the RF switch subsystem rfkill.
  55. config RT2400PCI_LEDS
  56. bool "RT2400 leds support"
  57. depends on RT2400PCI
  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 RT2X00 && PCI
  64. select RT2X00_LIB_PCI
  65. select EEPROM_93CX6
  66. ---help---
  67. This is an experimental driver for the Ralink rt2500 wireless chip.
  68. When compiled as a module, this driver will be called "rt2500pci.ko".
  69. config RT2500PCI_RFKILL
  70. bool "RT2500 rfkill support"
  71. depends on RT2500PCI
  72. select RT2X00_LIB_RFKILL
  73. ---help---
  74. This adds support for integrated rt2500 devices that feature 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 "RT2500 leds support"
  79. depends on RT2500PCI
  80. select RT2X00_LIB_LEDS
  81. ---help---
  82. This adds support for led triggers provided my mac80211.
  83. config RT61PCI
  84. tristate "Ralink rt61 pci/pcmcia support"
  85. depends on RT2X00 && PCI
  86. select RT2X00_LIB_PCI
  87. select RT2X00_LIB_FIRMWARE
  88. select EEPROM_93CX6
  89. ---help---
  90. This is an experimental driver for the Ralink rt61 wireless chip.
  91. When compiled as a module, this driver will be called "rt61pci.ko".
  92. config RT61PCI_RFKILL
  93. bool "RT61 rfkill support"
  94. depends on RT61PCI
  95. select RT2X00_LIB_RFKILL
  96. ---help---
  97. This adds support for integrated rt61 devices that feature a
  98. hardware button to control the radio state.
  99. This feature depends on the RF switch subsystem rfkill.
  100. config RT61PCI_LEDS
  101. bool "RT61 leds support"
  102. depends on RT61PCI
  103. select RT2X00_LIB_LEDS
  104. ---help---
  105. This adds support for led triggers provided my mac80211.
  106. config RT2500USB
  107. tristate "Ralink rt2500 usb support"
  108. depends on RT2X00 && USB
  109. select RT2X00_LIB_USB
  110. ---help---
  111. This is an experimental driver for the Ralink rt2500 wireless chip.
  112. When compiled as a module, this driver will be called "rt2500usb.ko".
  113. config RT2500USB_LEDS
  114. bool "RT2500 leds support"
  115. depends on RT2500USB
  116. select RT2X00_LIB_LEDS
  117. ---help---
  118. This adds support for led triggers provided my mac80211.
  119. config RT73USB
  120. tristate "Ralink rt73 usb support"
  121. depends on RT2X00 && USB
  122. select RT2X00_LIB_USB
  123. select RT2X00_LIB_FIRMWARE
  124. ---help---
  125. This is an experimental driver for the Ralink rt73 wireless chip.
  126. When compiled as a module, this driver will be called "rt73usb.ko".
  127. config RT73USB_LEDS
  128. bool "RT73 leds support"
  129. depends on RT73USB
  130. select RT2X00_LIB_LEDS
  131. ---help---
  132. This adds support for led triggers provided my mac80211.
  133. config RT2X00_LIB_DEBUGFS
  134. bool "Ralink debugfs support"
  135. depends on RT2X00_LIB && MAC80211_DEBUGFS
  136. ---help---
  137. Enable creation of debugfs files for the rt2x00 drivers.
  138. These debugfs files support both reading and writing of the
  139. most important register types of the rt2x00 devices.
  140. config RT2X00_DEBUG
  141. bool "Ralink debug output"
  142. depends on RT2X00_LIB
  143. ---help---
  144. Enable debugging output for all rt2x00 modules