2 tristate "Ralink driver support"
3 depends on MAC80211 && WLAN_80211 && EXPERIMENTAL
5 This will enable the experimental support for the Ralink drivers,
6 developed in the rt2x00 project <http://rt2x00.serialmonkey.com>.
8 These drivers will make use of the Devicescape ieee80211 stack.
10 When building one of the individual drivers, the rt2x00 library
11 will also be created. That library (when the driver is built as
12 a module) will be called "rt2x00lib.ko".
27 config RT2X00_LIB_FIRMWARE
34 config RT2X00_LIB_RFKILL
40 config RT2X00_LIB_LEDS
49 tristate "Ralink rt2400 pci/pcmcia support"
54 This is an experimental driver for the Ralink rt2400 wireless chip.
56 When compiled as a module, this driver will be called "rt2400pci.ko".
58 config RT2400PCI_RFKILL
59 bool "RT2400 rfkill support"
61 select RT2X00_LIB_RFKILL
63 This adds support for integrated rt2400 devices that feature a
64 hardware button to control the radio state.
65 This feature depends on the RF switch subsystem rfkill.
68 bool "RT2400 leds support"
70 select RT2X00_LIB_LEDS
72 This adds support for led triggers provided my mac80211.
75 tristate "Ralink rt2500 pci/pcmcia support"
80 This is an experimental driver for the Ralink rt2500 wireless chip.
82 When compiled as a module, this driver will be called "rt2500pci.ko".
84 config RT2500PCI_RFKILL
85 bool "RT2500 rfkill support"
87 select RT2X00_LIB_RFKILL
89 This adds support for integrated rt2500 devices that feature a
90 hardware button to control the radio state.
91 This feature depends on the RF switch subsystem rfkill.
94 bool "RT2500 leds support"
96 select RT2X00_LIB_LEDS
98 This adds support for led triggers provided my mac80211.
101 tristate "Ralink rt61 pci/pcmcia support"
103 select RT2X00_LIB_PCI
104 select RT2X00_LIB_FIRMWARE
107 This is an experimental driver for the Ralink rt61 wireless chip.
109 When compiled as a module, this driver will be called "rt61pci.ko".
111 config RT61PCI_RFKILL
112 bool "RT61 rfkill support"
114 select RT2X00_LIB_RFKILL
116 This adds support for integrated rt61 devices that feature a
117 hardware button to control the radio state.
118 This feature depends on the RF switch subsystem rfkill.
121 bool "RT61 leds support"
123 select RT2X00_LIB_LEDS
125 This adds support for led triggers provided my mac80211.
128 tristate "Ralink rt2500 usb support"
130 select RT2X00_LIB_USB
132 This is an experimental driver for the Ralink rt2500 wireless chip.
134 When compiled as a module, this driver will be called "rt2500usb.ko".
136 config RT2500USB_LEDS
137 bool "RT2500 leds support"
139 select RT2X00_LIB_LEDS
141 This adds support for led triggers provided my mac80211.
144 tristate "Ralink rt73 usb support"
146 select RT2X00_LIB_USB
147 select RT2X00_LIB_FIRMWARE
149 This is an experimental driver for the Ralink rt73 wireless chip.
151 When compiled as a module, this driver will be called "rt73usb.ko".
154 bool "RT73 leds support"
156 select RT2X00_LIB_LEDS
158 This adds support for led triggers provided my mac80211.
160 config RT2X00_LIB_DEBUGFS
161 bool "Ralink debugfs support"
162 depends on RT2X00_LIB && MAC80211_DEBUGFS
164 Enable creation of debugfs files for the rt2x00 drivers.
165 These debugfs files support both reading and writing of the
166 most important register types of the rt2x00 devices.
169 bool "Ralink debug output"
170 depends on RT2X00_LIB
172 Enable debugging output for all rt2x00 modules