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
34 config RT2X00_LIB_RFKILL
41 tristate "Ralink rt2400 pci/pcmcia support"
42 depends on RT2X00 && PCI
46 This is an experimental driver for the Ralink rt2400 wireless chip.
48 When compiled as a module, this driver will be called "rt2400pci.ko".
50 config RT2400PCI_RFKILL
51 bool "RT2400 rfkill support"
53 select RT2X00_LIB_RFKILL
55 This adds support for integrated rt2400 devices that feature a
56 hardware button to control the radio state.
57 This feature depends on the RF switch subsystem rfkill.
60 tristate "Ralink rt2500 pci/pcmcia support"
61 depends on RT2X00 && PCI
65 This is an experimental driver for the Ralink rt2500 wireless chip.
67 When compiled as a module, this driver will be called "rt2500pci.ko".
69 config RT2500PCI_RFKILL
70 bool "RT2500 rfkill support"
72 select RT2X00_LIB_RFKILL
74 This adds support for integrated rt2500 devices that feature a
75 hardware button to control the radio state.
76 This feature depends on the RF switch subsystem rfkill.
79 tristate "Ralink rt61 pci/pcmcia support"
80 depends on RT2X00 && PCI
82 select RT2X00_LIB_FIRMWARE
85 This is an experimental driver for the Ralink rt61 wireless chip.
87 When compiled as a module, this driver will be called "rt61pci.ko".
90 bool "RT61 rfkill support"
92 select RT2X00_LIB_RFKILL
94 This adds support for integrated rt61 devices that feature a
95 hardware button to control the radio state.
96 This feature depends on the RF switch subsystem rfkill.
99 tristate "Ralink rt2500 usb support"
100 depends on RT2X00 && USB
101 select RT2X00_LIB_USB
103 This is an experimental driver for the Ralink rt2500 wireless chip.
105 When compiled as a module, this driver will be called "rt2500usb.ko".
108 tristate "Ralink rt73 usb support"
109 depends on RT2X00 && USB
110 select RT2X00_LIB_USB
111 select RT2X00_LIB_FIRMWARE
113 This is an experimental driver for the Ralink rt73 wireless chip.
115 When compiled as a module, this driver will be called "rt73usb.ko".
117 config RT2X00_LIB_DEBUGFS
118 bool "Ralink debugfs support"
119 depends on RT2X00_LIB && MAC80211_DEBUGFS
121 Enable creation of debugfs files for the rt2x00 drivers.
122 These debugfs files support both reading and writing of the
123 most important register types of the rt2x00 devices.
126 bool "Ralink debug output"
127 depends on RT2X00_LIB
129 Enable debugging output for all rt2x00 modules