Kconfig 3.5 KB

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