Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb
[pandora-kernel.git] / drivers / net / wireless / rt2x00 / Kconfig
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>.
7
8           These drivers make use of the mac80211 stack.
9
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".
13
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".
17
18 if RT2X00
19
20 config RT2X00_LIB
21         tristate
22
23 config RT2X00_LIB_PCI
24         tristate
25         select RT2X00_LIB
26
27 config RT2X00_LIB_USB
28         tristate
29         select RT2X00_LIB
30
31 config RT2X00_LIB_FIRMWARE
32         boolean
33         depends on RT2X00_LIB
34         select FW_LOADER
35
36 config RT2X00_LIB_RFKILL
37         boolean
38         depends on RT2X00_LIB
39         select RFKILL
40
41 config RT2X00_LIB_LEDS
42         boolean
43         depends on RT2X00_LIB && NEW_LEDS
44
45 config RT2400PCI
46         tristate "Ralink rt2400 (PCI/PCMCIA) support"
47         depends on PCI
48         select RT2X00_LIB_PCI
49         select EEPROM_93CX6
50         ---help---
51           This adds support for rt2400 wireless chipset family.
52           Supported chips: RT2460.
53
54           When compiled as a module, this driver will be called "rt2400pci.ko".
55
56 config RT2400PCI_RFKILL
57         bool "Ralink rt2400 rfkill support"
58         depends on RT2400PCI
59         select RT2X00_LIB_RFKILL
60         ---help---
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.
64
65 config RT2400PCI_LEDS
66         bool "Ralink rt2400 leds support"
67         depends on RT2400PCI && NEW_LEDS
68         select LEDS_CLASS
69         select RT2X00_LIB_LEDS
70         ---help---
71           This adds support for led triggers provided my mac80211.
72
73 config RT2500PCI
74         tristate "Ralink rt2500 (PCI/PCMCIA) support"
75         depends on PCI
76         select RT2X00_LIB_PCI
77         select EEPROM_93CX6
78         ---help---
79           This adds support for rt2500 wireless chipset family.
80           Supported chips: RT2560.
81
82           When compiled as a module, this driver will be called "rt2500pci.ko".
83
84 config RT2500PCI_RFKILL
85         bool "Ralink rt2500 rfkill support"
86         depends on RT2500PCI
87         select RT2X00_LIB_RFKILL
88         ---help---
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.
92
93 config RT2500PCI_LEDS
94         bool "Ralink rt2500 leds support"
95         depends on RT2500PCI && NEW_LEDS
96         select LEDS_CLASS
97         select RT2X00_LIB_LEDS
98         ---help---
99           This adds support for led triggers provided my mac80211.
100
101 config RT61PCI
102         tristate "Ralink rt2501/rt61 (PCI/PCMCIA) support"
103         depends on PCI
104         select RT2X00_LIB_PCI
105         select RT2X00_LIB_FIRMWARE
106         select CRC_ITU_T
107         select EEPROM_93CX6
108         ---help---
109           This adds support for rt2501 wireless chipset family.
110           Supported chips: RT2561, RT2561S & RT2661.
111
112           When compiled as a module, this driver will be called "rt61pci.ko".
113
114 config RT61PCI_RFKILL
115         bool "Ralink rt2501/rt61 rfkill support"
116         depends on RT61PCI
117         select RT2X00_LIB_RFKILL
118         ---help---
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.
122
123 config RT61PCI_LEDS
124         bool "Ralink rt2501/rt61 leds support"
125         depends on RT61PCI && NEW_LEDS
126         select LEDS_CLASS
127         select RT2X00_LIB_LEDS
128         ---help---
129           This adds support for led triggers provided my mac80211.
130
131 config RT2500USB
132         tristate "Ralink rt2500 (USB) support"
133         depends on USB
134         select RT2X00_LIB_USB
135         ---help---
136           This adds support for rt2500 wireless chipset family.
137           Supported chips: RT2571 & RT2572.
138
139           When compiled as a module, this driver will be called "rt2500usb.ko".
140
141 config RT2500USB_LEDS
142         bool "Ralink rt2500 leds support"
143         depends on RT2500USB && NEW_LEDS
144         select LEDS_CLASS
145         select RT2X00_LIB_LEDS
146         ---help---
147           This adds support for led triggers provided my mac80211.
148
149 config RT73USB
150         tristate "Ralink rt2501/rt73 (USB) support"
151         depends on USB
152         select RT2X00_LIB_USB
153         select RT2X00_LIB_FIRMWARE
154         select CRC_ITU_T
155         ---help---
156           This adds support for rt2501 wireless chipset family.
157           Supported chips: RT2571W, RT2573 & RT2671.
158
159           When compiled as a module, this driver will be called "rt73usb.ko".
160
161 config RT73USB_LEDS
162         bool "Ralink rt2501/rt73 leds support"
163         depends on RT73USB && NEW_LEDS
164         select LEDS_CLASS
165         select RT2X00_LIB_LEDS
166         ---help---
167           This adds support for led triggers provided my mac80211.
168
169 config RT2X00_LIB_DEBUGFS
170         bool "Ralink debugfs support"
171         depends on RT2X00_LIB && MAC80211_DEBUGFS
172         ---help---
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.
176
177 config RT2X00_DEBUG
178         bool "Ralink debug output"
179         depends on RT2X00_LIB
180         ---help---
181           Enable debugging output for all rt2x00 modules
182
183 endif