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
39 config RT2X00_LIB_LEDS
41 depends on RT2X00_LIB && NEW_LEDS
44 tristate "Ralink rt2400 pci/pcmcia support"
49 This is an experimental driver for the Ralink rt2400 wireless chip.
51 When compiled as a module, this driver will be called "rt2400pci.ko".
53 config RT2400PCI_RFKILL
54 bool "RT2400 rfkill support"
55 depends on RT2400PCI && INPUT
56 select RT2X00_LIB_RFKILL
58 This adds support for integrated rt2400 devices that feature a
59 hardware button to control the radio state.
60 This feature depends on the RF switch subsystem rfkill.
63 bool "RT2400 leds support"
64 depends on RT2400PCI && NEW_LEDS
66 select RT2X00_LIB_LEDS
68 This adds support for led triggers provided my mac80211.
71 tristate "Ralink rt2500 pci/pcmcia support"
76 This is an experimental driver for the Ralink rt2500 wireless chip.
78 When compiled as a module, this driver will be called "rt2500pci.ko".
80 config RT2500PCI_RFKILL
81 bool "RT2500 rfkill support"
82 depends on RT2500PCI && INPUT
83 select RT2X00_LIB_RFKILL
85 This adds support for integrated rt2500 devices that feature a
86 hardware button to control the radio state.
87 This feature depends on the RF switch subsystem rfkill.
90 bool "RT2500 leds support"
91 depends on RT2500PCI && NEW_LEDS
93 select RT2X00_LIB_LEDS
95 This adds support for led triggers provided my mac80211.
98 tristate "Ralink rt61 pci/pcmcia support"
100 select RT2X00_LIB_PCI
101 select RT2X00_LIB_FIRMWARE
105 This is an experimental driver for the Ralink rt61 wireless chip.
107 When compiled as a module, this driver will be called "rt61pci.ko".
109 config RT61PCI_RFKILL
110 bool "RT61 rfkill support"
111 depends on RT61PCI && INPUT
112 select RT2X00_LIB_RFKILL
114 This adds support for integrated rt61 devices that feature a
115 hardware button to control the radio state.
116 This feature depends on the RF switch subsystem rfkill.
119 bool "RT61 leds support"
120 depends on RT61PCI && NEW_LEDS
122 select RT2X00_LIB_LEDS
124 This adds support for led triggers provided my mac80211.
127 tristate "Ralink rt2500 usb support"
129 select RT2X00_LIB_USB
131 This is an experimental driver for the Ralink rt2500 wireless chip.
133 When compiled as a module, this driver will be called "rt2500usb.ko".
135 config RT2500USB_LEDS
136 bool "RT2500 leds support"
137 depends on RT2500USB && NEW_LEDS
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
150 This is an experimental driver for the Ralink rt73 wireless chip.
152 When compiled as a module, this driver will be called "rt73usb.ko".
155 bool "RT73 leds support"
156 depends on RT73USB && NEW_LEDS
158 select RT2X00_LIB_LEDS
160 This adds support for led triggers provided my mac80211.
162 config RT2X00_LIB_DEBUGFS
163 bool "Ralink debugfs support"
164 depends on RT2X00_LIB && MAC80211_DEBUGFS
166 Enable creation of debugfs files for the rt2x00 drivers.
167 These debugfs files support both reading and writing of the
168 most important register types of the rt2x00 devices.
171 bool "Ralink debug output"
172 depends on RT2X00_LIB
174 Enable debugging output for all rt2x00 modules