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 mac80211 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
32 config RT2X00_LIB_RFKILL
38 config RT2X00_LIB_LEDS
43 tristate "Ralink rt2400 pci/pcmcia support"
48 This is an experimental driver for the Ralink rt2400 wireless chip.
50 When compiled as a module, this driver will be called "rt2400pci.ko".
52 config RT2400PCI_RFKILL
53 bool "RT2400 rfkill support"
55 select RT2X00_LIB_RFKILL
57 This adds support for integrated rt2400 devices that feature a
58 hardware button to control the radio state.
59 This feature depends on the RF switch subsystem rfkill.
62 bool "RT2400 leds support"
65 select RT2X00_LIB_LEDS
67 This adds support for led triggers provided my mac80211.
70 tristate "Ralink rt2500 pci/pcmcia support"
75 This is an experimental driver for the Ralink rt2500 wireless chip.
77 When compiled as a module, this driver will be called "rt2500pci.ko".
79 config RT2500PCI_RFKILL
80 bool "RT2500 rfkill support"
82 select RT2X00_LIB_RFKILL
84 This adds support for integrated rt2500 devices that feature a
85 hardware button to control the radio state.
86 This feature depends on the RF switch subsystem rfkill.
89 bool "RT2500 leds support"
92 select RT2X00_LIB_LEDS
94 This adds support for led triggers provided my mac80211.
97 tristate "Ralink rt61 pci/pcmcia support"
100 select RT2X00_LIB_FIRMWARE
104 This is an experimental driver for the Ralink rt61 wireless chip.
106 When compiled as a module, this driver will be called "rt61pci.ko".
108 config RT61PCI_RFKILL
109 bool "RT61 rfkill support"
111 select RT2X00_LIB_RFKILL
113 This adds support for integrated rt61 devices that feature a
114 hardware button to control the radio state.
115 This feature depends on the RF switch subsystem rfkill.
118 bool "RT61 leds support"
121 select RT2X00_LIB_LEDS
123 This adds support for led triggers provided my mac80211.
126 tristate "Ralink rt2500 usb support"
128 select RT2X00_LIB_USB
130 This is an experimental driver for the Ralink rt2500 wireless chip.
132 When compiled as a module, this driver will be called "rt2500usb.ko".
134 config RT2500USB_LEDS
135 bool "RT2500 leds support"
138 select RT2X00_LIB_LEDS
140 This adds support for led triggers provided my mac80211.
143 tristate "Ralink rt73 usb support"
145 select RT2X00_LIB_USB
146 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"
157 select RT2X00_LIB_LEDS
159 This adds support for led triggers provided my mac80211.
161 config RT2X00_LIB_DEBUGFS
162 bool "Ralink debugfs support"
163 depends on RT2X00_LIB && MAC80211_DEBUGFS
165 Enable creation of debugfs files for the rt2x00 drivers.
166 These debugfs files support both reading and writing of the
167 most important register types of the rt2x00 devices.
170 bool "Ralink debug output"
171 depends on RT2X00_LIB
173 Enable debugging output for all rt2x00 modules