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 Devicescape ieee80211 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".
28 config RT2X00_LIB_FIRMWARE
35 config RT2X00_LIB_RFKILL
42 tristate "Ralink rt2400 pci/pcmcia support"
43 depends on RT2X00 && PCI
47 This is an experimental driver for the Ralink rt2400 wireless chip.
49 When compiled as a module, this driver will be called "rt2400pci.ko".
51 config RT2400PCI_RFKILL
52 bool "RT2400 rfkill support"
54 select RT2X00_LIB_RFKILL
56 This adds support for integrated rt2400 devices that feature a
57 hardware button to control the radio state.
58 This feature depends on the RF switch subsystem rfkill.
61 tristate "Ralink rt2500 pci/pcmcia support"
62 depends on RT2X00 && PCI
66 This is an experimental driver for the Ralink rt2500 wireless chip.
68 When compiled as a module, this driver will be called "rt2500pci.ko".
70 config RT2500PCI_RFKILL
71 bool "RT2500 rfkill support"
73 select RT2X00_LIB_RFKILL
75 This adds support for integrated rt2500 devices that feature a
76 hardware button to control the radio state.
77 This feature depends on the RF switch subsystem rfkill.
80 tristate "Ralink rt61 pci/pcmcia support"
81 depends on RT2X00 && PCI
83 select RT2X00_LIB_FIRMWARE
86 This is an experimental driver for the Ralink rt61 wireless chip.
88 When compiled as a module, this driver will be called "rt61pci.ko".
91 bool "RT61 rfkill support"
93 select RT2X00_LIB_RFKILL
95 This adds support for integrated rt61 devices that feature a
96 hardware button to control the radio state.
97 This feature depends on the RF switch subsystem rfkill.
100 tristate "Ralink rt2500 usb support"
101 depends on RT2X00 && USB
102 select RT2X00_LIB_USB
104 This is an experimental driver for the Ralink rt2500 wireless chip.
106 When compiled as a module, this driver will be called "rt2500usb.ko".
109 tristate "Ralink rt73 usb support"
110 depends on RT2X00 && USB
111 select RT2X00_LIB_USB
112 select RT2X00_LIB_FIRMWARE
114 This is an experimental driver for the Ralink rt73 wireless chip.
116 When compiled as a module, this driver will be called "rt73usb.ko".
118 config RT2X00_LIB_DEBUGFS
119 bool "Ralink debugfs support"
120 depends on RT2X00_LIB && MAC80211_DEBUGFS
122 Enable creation of debugfs files for the rt2x00 drivers.
123 These debugfs files support both reading and writing of the
124 most important register types of the rt2x00 devices.
127 bool "Ralink debug output"
128 depends on RT2X00_LIB
130 Enable debugging output for all rt2x00 modules