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"
63 depends on RT2400PCI && LEDS_CLASS
64 select RT2X00_LIB_LEDS
66 This adds support for led triggers provided my mac80211.
69 tristate "Ralink rt2500 pci/pcmcia support"
74 This is an experimental driver for the Ralink rt2500 wireless chip.
76 When compiled as a module, this driver will be called "rt2500pci.ko".
78 config RT2500PCI_RFKILL
79 bool "RT2500 rfkill support"
81 select RT2X00_LIB_RFKILL
83 This adds support for integrated rt2500 devices that feature a
84 hardware button to control the radio state.
85 This feature depends on the RF switch subsystem rfkill.
88 bool "RT2500 leds support"
89 depends on RT2500PCI && LEDS_CLASS
90 select RT2X00_LIB_LEDS
92 This adds support for led triggers provided my mac80211.
95 tristate "Ralink rt61 pci/pcmcia support"
98 select RT2X00_LIB_FIRMWARE
102 This is an experimental driver for the Ralink rt61 wireless chip.
104 When compiled as a module, this driver will be called "rt61pci.ko".
106 config RT61PCI_RFKILL
107 bool "RT61 rfkill support"
109 select RT2X00_LIB_RFKILL
111 This adds support for integrated rt61 devices that feature a
112 hardware button to control the radio state.
113 This feature depends on the RF switch subsystem rfkill.
116 bool "RT61 leds support"
117 depends on RT61PCI && LEDS_CLASS
118 select RT2X00_LIB_LEDS
120 This adds support for led triggers provided my mac80211.
123 tristate "Ralink rt2500 usb support"
125 select RT2X00_LIB_USB
127 This is an experimental driver for the Ralink rt2500 wireless chip.
129 When compiled as a module, this driver will be called "rt2500usb.ko".
131 config RT2500USB_LEDS
132 bool "RT2500 leds support"
133 depends on RT2500USB && LEDS_CLASS
134 select RT2X00_LIB_LEDS
136 This adds support for led triggers provided my mac80211.
139 tristate "Ralink rt73 usb support"
141 select RT2X00_LIB_USB
142 select RT2X00_LIB_FIRMWARE
145 This is an experimental driver for the Ralink rt73 wireless chip.
147 When compiled as a module, this driver will be called "rt73usb.ko".
150 bool "RT73 leds support"
151 depends on RT73USB && LEDS_CLASS
152 select RT2X00_LIB_LEDS
154 This adds support for led triggers provided my mac80211.
156 config RT2X00_LIB_DEBUGFS
157 bool "Ralink debugfs support"
158 depends on RT2X00_LIB && MAC80211_DEBUGFS
160 Enable creation of debugfs files for the rt2x00 drivers.
161 These debugfs files support both reading and writing of the
162 most important register types of the rt2x00 devices.
165 bool "Ralink debug output"
166 depends on RT2X00_LIB
168 Enable debugging output for all rt2x00 modules