Kconfig 4.4 KB

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