Kconfig 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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 RT2400PCI
  34. tristate "Ralink rt2400 pci/pcmcia support"
  35. depends on RT2X00 && PCI
  36. select RT2X00_LIB_PCI
  37. select EEPROM_93CX6
  38. ---help---
  39. This is an experimental driver for the Ralink rt2400 wireless chip.
  40. When compiled as a module, this driver will be called "rt2400pci.ko".
  41. config RT2400PCI_RFKILL
  42. bool "RT2400 rfkill support"
  43. depends on RT2400PCI
  44. select RT2X00_LIB_RFKILL
  45. ---help---
  46. This adds support for integrated rt2400 devices that feature a
  47. hardware button to control the radio state.
  48. This feature depends on the RF switch subsystem rfkill.
  49. config RT2500PCI
  50. tristate "Ralink rt2500 pci/pcmcia support"
  51. depends on RT2X00 && PCI
  52. select RT2X00_LIB_PCI
  53. select EEPROM_93CX6
  54. ---help---
  55. This is an experimental driver for the Ralink rt2500 wireless chip.
  56. When compiled as a module, this driver will be called "rt2500pci.ko".
  57. config RT2500PCI_RFKILL
  58. bool "RT2500 rfkill support"
  59. depends on RT2500PCI
  60. select RT2X00_LIB_RFKILL
  61. ---help---
  62. This adds support for integrated rt2500 devices that feature a
  63. hardware button to control the radio state.
  64. This feature depends on the RF switch subsystem rfkill.
  65. config RT61PCI
  66. tristate "Ralink rt61 pci/pcmcia support"
  67. depends on RT2X00 && PCI
  68. select RT2X00_LIB_PCI
  69. select RT2X00_LIB_FIRMWARE
  70. select EEPROM_93CX6
  71. ---help---
  72. This is an experimental driver for the Ralink rt61 wireless chip.
  73. When compiled as a module, this driver will be called "rt61pci.ko".
  74. config RT61PCI_RFKILL
  75. bool "RT61 rfkill support"
  76. depends on RT61PCI
  77. select RT2X00_LIB_RFKILL
  78. ---help---
  79. This adds support for integrated rt61 devices that feature a
  80. hardware button to control the radio state.
  81. This feature depends on the RF switch subsystem rfkill.
  82. config RT2500USB
  83. tristate "Ralink rt2500 usb support"
  84. depends on RT2X00 && USB
  85. select RT2X00_LIB_USB
  86. ---help---
  87. This is an experimental driver for the Ralink rt2500 wireless chip.
  88. When compiled as a module, this driver will be called "rt2500usb.ko".
  89. config RT73USB
  90. tristate "Ralink rt73 usb support"
  91. depends on RT2X00 && USB
  92. select RT2X00_LIB_USB
  93. select RT2X00_LIB_FIRMWARE
  94. ---help---
  95. This is an experimental driver for the Ralink rt73 wireless chip.
  96. When compiled as a module, this driver will be called "rt73usb.ko".
  97. config RT2X00_LIB_DEBUGFS
  98. bool "Ralink debugfs support"
  99. depends on RT2X00_LIB && MAC80211_DEBUGFS
  100. ---help---
  101. Enable creation of debugfs files for the rt2x00 drivers.
  102. These debugfs files support both reading and writing of the
  103. most important register types of the rt2x00 devices.
  104. config RT2X00_DEBUG
  105. bool "Ralink debug output"
  106. depends on RT2X00_LIB
  107. ---help---
  108. Enable debugging output for all rt2x00 modules