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 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".
14 Additionally PCI and USB libraries will also be build depending
15 on the types of drivers being selected, these libraries will be
16 called "rt2x00pci.ko" and "rt2x00usb.ko".
31 config RT2X00_LIB_FIRMWARE
36 config RT2X00_LIB_CRYPTO
40 config RT2X00_LIB_RFKILL
45 config RT2X00_LIB_LEDS
47 depends on RT2X00_LIB && NEW_LEDS
50 tristate "Ralink rt2400 (PCI/PCMCIA) support"
55 This adds support for rt2400 wireless chipset family.
56 Supported chips: RT2460.
58 When compiled as a module, this driver will be called "rt2400pci.ko".
60 config RT2400PCI_RFKILL
61 bool "Ralink rt2400 rfkill support"
63 select RT2X00_LIB_RFKILL
65 This adds support for integrated rt2400 hardware that features a
66 hardware button to control the radio state.
67 This feature depends on the RF switch subsystem rfkill.
70 bool "Ralink rt2400 leds support"
71 depends on RT2400PCI && NEW_LEDS
73 select RT2X00_LIB_LEDS
75 This adds support for led triggers provided my mac80211.
78 tristate "Ralink rt2500 (PCI/PCMCIA) support"
83 This adds support for rt2500 wireless chipset family.
84 Supported chips: RT2560.
86 When compiled as a module, this driver will be called "rt2500pci.ko".
88 config RT2500PCI_RFKILL
89 bool "Ralink rt2500 rfkill support"
91 select RT2X00_LIB_RFKILL
93 This adds support for integrated rt2500 hardware that features a
94 hardware button to control the radio state.
95 This feature depends on the RF switch subsystem rfkill.
98 bool "Ralink rt2500 leds support"
99 depends on RT2500PCI && NEW_LEDS
101 select RT2X00_LIB_LEDS
103 This adds support for led triggers provided my mac80211.
106 tristate "Ralink rt2501/rt61 (PCI/PCMCIA) support"
108 select RT2X00_LIB_PCI
109 select RT2X00_LIB_FIRMWARE
110 select RT2X00_LIB_CRYPTO
114 This adds support for rt2501 wireless chipset family.
115 Supported chips: RT2561, RT2561S & RT2661.
117 When compiled as a module, this driver will be called "rt61pci.ko".
119 config RT61PCI_RFKILL
120 bool "Ralink rt2501/rt61 rfkill support"
122 select RT2X00_LIB_RFKILL
124 This adds support for integrated rt61 hardware that features a
125 hardware button to control the radio state.
126 This feature depends on the RF switch subsystem rfkill.
129 bool "Ralink rt2501/rt61 leds support"
130 depends on RT61PCI && NEW_LEDS
132 select RT2X00_LIB_LEDS
134 This adds support for led triggers provided my mac80211.
137 tristate "Ralink rt2500 (USB) support"
139 select RT2X00_LIB_USB
141 This adds support for rt2500 wireless chipset family.
142 Supported chips: RT2571 & RT2572.
144 When compiled as a module, this driver will be called "rt2500usb.ko".
146 config RT2500USB_LEDS
147 bool "Ralink rt2500 leds support"
148 depends on RT2500USB && NEW_LEDS
150 select RT2X00_LIB_LEDS
152 This adds support for led triggers provided my mac80211.
155 tristate "Ralink rt2501/rt73 (USB) support"
157 select RT2X00_LIB_USB
158 select RT2X00_LIB_FIRMWARE
159 select RT2X00_LIB_CRYPTO
162 This adds support for rt2501 wireless chipset family.
163 Supported chips: RT2571W, RT2573 & RT2671.
165 When compiled as a module, this driver will be called "rt73usb.ko".
168 bool "Ralink rt2501/rt73 leds support"
169 depends on RT73USB && NEW_LEDS
171 select RT2X00_LIB_LEDS
173 This adds support for led triggers provided my mac80211.
175 config RT2X00_LIB_DEBUGFS
176 bool "Ralink debugfs support"
177 depends on RT2X00_LIB && MAC80211_DEBUGFS
179 Enable creation of debugfs files for the rt2x00 drivers.
180 These debugfs files support both reading and writing of the
181 most important register types of the rt2x00 hardware.
184 bool "Ralink debug output"
185 depends on RT2X00_LIB
187 Enable debugging output for all rt2x00 modules