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_RFKILL
41 config RT2X00_LIB_LEDS
43 depends on RT2X00_LIB && NEW_LEDS
46 tristate "Ralink rt2400 (PCI/PCMCIA) support"
51 This adds support for rt2400 wireless chipset family.
52 Supported chips: RT2460.
54 When compiled as a module, this driver will be called "rt2400pci.ko".
56 config RT2400PCI_RFKILL
57 bool "Ralink rt2400 rfkill support"
59 select RT2X00_LIB_RFKILL
61 This adds support for integrated rt2400 hardware that features a
62 hardware button to control the radio state.
63 This feature depends on the RF switch subsystem rfkill.
66 bool "Ralink rt2400 leds support"
67 depends on RT2400PCI && NEW_LEDS
69 select RT2X00_LIB_LEDS
71 This adds support for led triggers provided my mac80211.
74 tristate "Ralink rt2500 (PCI/PCMCIA) support"
79 This adds support for rt2500 wireless chipset family.
80 Supported chips: RT2560.
82 When compiled as a module, this driver will be called "rt2500pci.ko".
84 config RT2500PCI_RFKILL
85 bool "Ralink rt2500 rfkill support"
87 select RT2X00_LIB_RFKILL
89 This adds support for integrated rt2500 hardware that features a
90 hardware button to control the radio state.
91 This feature depends on the RF switch subsystem rfkill.
94 bool "Ralink rt2500 leds support"
95 depends on RT2500PCI && NEW_LEDS
97 select RT2X00_LIB_LEDS
99 This adds support for led triggers provided my mac80211.
102 tristate "Ralink rt2501/rt61 (PCI/PCMCIA) support"
104 select RT2X00_LIB_PCI
105 select RT2X00_LIB_FIRMWARE
109 This adds support for rt2501 wireless chipset family.
110 Supported chips: RT2561, RT2561S & RT2661.
112 When compiled as a module, this driver will be called "rt61pci.ko".
114 config RT61PCI_RFKILL
115 bool "Ralink rt2501/rt61 rfkill support"
117 select RT2X00_LIB_RFKILL
119 This adds support for integrated rt61 hardware that features a
120 hardware button to control the radio state.
121 This feature depends on the RF switch subsystem rfkill.
124 bool "Ralink rt2501/rt61 leds support"
125 depends on RT61PCI && NEW_LEDS
127 select RT2X00_LIB_LEDS
129 This adds support for led triggers provided my mac80211.
132 tristate "Ralink rt2500 (USB) support"
134 select RT2X00_LIB_USB
136 This adds support for rt2500 wireless chipset family.
137 Supported chips: RT2571 & RT2572.
139 When compiled as a module, this driver will be called "rt2500usb.ko".
141 config RT2500USB_LEDS
142 bool "Ralink rt2500 leds support"
143 depends on RT2500USB && NEW_LEDS
145 select RT2X00_LIB_LEDS
147 This adds support for led triggers provided my mac80211.
150 tristate "Ralink rt2501/rt73 (USB) support"
152 select RT2X00_LIB_USB
153 select RT2X00_LIB_FIRMWARE
156 This adds support for rt2501 wireless chipset family.
157 Supported chips: RT2571W, RT2573 & RT2671.
159 When compiled as a module, this driver will be called "rt73usb.ko".
162 bool "Ralink rt2501/rt73 leds support"
163 depends on RT73USB && NEW_LEDS
165 select RT2X00_LIB_LEDS
167 This adds support for led triggers provided my mac80211.
169 config RT2X00_LIB_DEBUGFS
170 bool "Ralink debugfs support"
171 depends on RT2X00_LIB && MAC80211_DEBUGFS
173 Enable creation of debugfs files for the rt2x00 drivers.
174 These debugfs files support both reading and writing of the
175 most important register types of the rt2x00 hardware.
178 bool "Ralink debug output"
179 depends on RT2X00_LIB
181 Enable debugging output for all rt2x00 modules