Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / net / wireless / rt2x00 / Kconfig
blob3a9b1d72caf8b69e13253783d8602508146a480e
1 config RT2X00
2         tristate "Ralink driver support"
3         depends on MAC80211 && WLAN_80211 && EXPERIMENTAL
4         ---help---
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".
18 if RT2X00
20 config RT2X00_LIB
21         tristate
23 config RT2X00_LIB_PCI
24         tristate
25         select RT2X00_LIB
27 config RT2X00_LIB_USB
28         tristate
29         select RT2X00_LIB
31 config RT2X00_LIB_FIRMWARE
32         boolean
33         depends on RT2X00_LIB
34         select FW_LOADER
36 config RT2X00_LIB_RFKILL
37         boolean
38         depends on RT2X00_LIB
39         depends on INPUT
40         select RFKILL
41         select INPUT_POLLDEV
43 config RT2X00_LIB_LEDS
44         boolean
45         depends on RT2X00_LIB && NEW_LEDS
47 config RT2400PCI
48         tristate "Ralink rt2400 (PCI/PCMCIA) support"
49         depends on PCI
50         select RT2X00_LIB_PCI
51         select EEPROM_93CX6
52         ---help---
53           This adds support for rt2400 wireless chipset family.
54           Supported chips: RT2460.
56           When compiled as a module, this driver will be called "rt2400pci.ko".
58 config RT2400PCI_RFKILL
59         bool "Ralink rt2400 rfkill support"
60         depends on RT2400PCI && INPUT
61         select RT2X00_LIB_RFKILL
62         ---help---
63           This adds support for integrated rt2400 hardware that features a
64           hardware button to control the radio state.
65           This feature depends on the RF switch subsystem rfkill.
67 config RT2400PCI_LEDS
68         bool "Ralink rt2400 leds support"
69         depends on RT2400PCI && NEW_LEDS
70         select LEDS_CLASS
71         select RT2X00_LIB_LEDS
72         ---help---
73           This adds support for led triggers provided my mac80211.
75 config RT2500PCI
76         tristate "Ralink rt2500 (PCI/PCMCIA) support"
77         depends on PCI
78         select RT2X00_LIB_PCI
79         select EEPROM_93CX6
80         ---help---
81           This adds support for rt2500 wireless chipset family.
82           Supported chips: RT2560.
84           When compiled as a module, this driver will be called "rt2500pci.ko".
86 config RT2500PCI_RFKILL
87         bool "Ralink rt2500 rfkill support"
88         depends on RT2500PCI && INPUT
89         select RT2X00_LIB_RFKILL
90         ---help---
91           This adds support for integrated rt2500 hardware that features a
92           hardware button to control the radio state.
93           This feature depends on the RF switch subsystem rfkill.
95 config RT2500PCI_LEDS
96         bool "Ralink rt2500 leds support"
97         depends on RT2500PCI && NEW_LEDS
98         select LEDS_CLASS
99         select RT2X00_LIB_LEDS
100         ---help---
101           This adds support for led triggers provided my mac80211.
103 config RT61PCI
104         tristate "Ralink rt2501/rt61 (PCI/PCMCIA) support"
105         depends on PCI
106         select RT2X00_LIB_PCI
107         select RT2X00_LIB_FIRMWARE
108         select CRC_ITU_T
109         select EEPROM_93CX6
110         ---help---
111           This adds support for rt2501 wireless chipset family.
112           Supported chips: RT2561, RT2561S & RT2661.
114           When compiled as a module, this driver will be called "rt61pci.ko".
116 config RT61PCI_RFKILL
117         bool "Ralink rt2501/rt61 rfkill support"
118         depends on RT61PCI && INPUT
119         select RT2X00_LIB_RFKILL
120         ---help---
121           This adds support for integrated rt61 hardware that features a
122           hardware button to control the radio state.
123           This feature depends on the RF switch subsystem rfkill.
125 config RT61PCI_LEDS
126         bool "Ralink rt2501/rt61 leds support"
127         depends on RT61PCI && NEW_LEDS
128         select LEDS_CLASS
129         select RT2X00_LIB_LEDS
130         ---help---
131           This adds support for led triggers provided my mac80211.
133 config RT2500USB
134         tristate "Ralink rt2500 (USB) support"
135         depends on USB
136         select RT2X00_LIB_USB
137         ---help---
138           This adds support for rt2500 wireless chipset family.
139           Supported chips: RT2571 & RT2572.
141           When compiled as a module, this driver will be called "rt2500usb.ko".
143 config RT2500USB_LEDS
144         bool "Ralink rt2500 leds support"
145         depends on RT2500USB && NEW_LEDS
146         select LEDS_CLASS
147         select RT2X00_LIB_LEDS
148         ---help---
149           This adds support for led triggers provided my mac80211.
151 config RT73USB
152         tristate "Ralink rt2501/rt73 (USB) support"
153         depends on USB
154         select RT2X00_LIB_USB
155         select RT2X00_LIB_FIRMWARE
156         select CRC_ITU_T
157         ---help---
158           This adds support for rt2501 wireless chipset family.
159           Supported chips: RT2571W, RT2573 & RT2671.
161           When compiled as a module, this driver will be called "rt73usb.ko".
163 config RT73USB_LEDS
164         bool "Ralink rt2501/rt73 leds support"
165         depends on RT73USB && NEW_LEDS
166         select LEDS_CLASS
167         select RT2X00_LIB_LEDS
168         ---help---
169           This adds support for led triggers provided my mac80211.
171 config RT2X00_LIB_DEBUGFS
172         bool "Ralink debugfs support"
173         depends on RT2X00_LIB && MAC80211_DEBUGFS
174         ---help---
175           Enable creation of debugfs files for the rt2x00 drivers.
176           These debugfs files support both reading and writing of the
177           most important register types of the rt2x00 hardware.
179 config RT2X00_DEBUG
180         bool "Ralink debug output"
181         depends on RT2X00_LIB
182         ---help---
183           Enable debugging output for all rt2x00 modules
185 endif