]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/net/wireless/rt2x00/Kconfig
iwlwifi: Don't use buffer allocated on the stack for led names
[mirror_ubuntu-artful-kernel.git] / drivers / net / wireless / rt2x00 / Kconfig
CommitLineData
95ea3627
ID
1config 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
3a4d3af7 8 These drivers make use of the mac80211 stack.
95ea3627
ID
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
3a4d3af7
ID
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
0d84d78d
RD
18if RT2X00
19
95ea3627
ID
20config RT2X00_LIB
21 tristate
95ea3627
ID
22
23config RT2X00_LIB_PCI
24 tristate
95ea3627
ID
25 select RT2X00_LIB
26
27config RT2X00_LIB_USB
28 tristate
95ea3627
ID
29 select RT2X00_LIB
30
31config RT2X00_LIB_FIRMWARE
32 boolean
33 depends on RT2X00_LIB
95ea3627
ID
34 select FW_LOADER
35
36config RT2X00_LIB_RFKILL
37 boolean
38 depends on RT2X00_LIB
39 select RFKILL
95ea3627 40
a9450b70
ID
41config RT2X00_LIB_LEDS
42 boolean
6847aa5c 43 depends on RT2X00_LIB && NEW_LEDS
a9450b70 44
95ea3627 45config RT2400PCI
3a4d3af7 46 tristate "Ralink rt2400 (PCI/PCMCIA) support"
0d84d78d 47 depends on PCI
95ea3627
ID
48 select RT2X00_LIB_PCI
49 select EEPROM_93CX6
50 ---help---
3a4d3af7
ID
51 This adds support for rt2400 wireless chipset family.
52 Supported chips: RT2460.
95ea3627
ID
53
54 When compiled as a module, this driver will be called "rt2400pci.ko".
55
56config RT2400PCI_RFKILL
3a4d3af7 57 bool "Ralink rt2400 rfkill support"
50db7875 58 depends on RT2400PCI
95ea3627
ID
59 select RT2X00_LIB_RFKILL
60 ---help---
3a4d3af7 61 This adds support for integrated rt2400 hardware that features a
95ea3627
ID
62 hardware button to control the radio state.
63 This feature depends on the RF switch subsystem rfkill.
64
a9450b70 65config RT2400PCI_LEDS
3a4d3af7 66 bool "Ralink rt2400 leds support"
6847aa5c 67 depends on RT2400PCI && NEW_LEDS
201410ce 68 select LEDS_CLASS
a9450b70
ID
69 select RT2X00_LIB_LEDS
70 ---help---
71 This adds support for led triggers provided my mac80211.
72
95ea3627 73config RT2500PCI
3a4d3af7 74 tristate "Ralink rt2500 (PCI/PCMCIA) support"
0d84d78d 75 depends on PCI
95ea3627
ID
76 select RT2X00_LIB_PCI
77 select EEPROM_93CX6
78 ---help---
3a4d3af7
ID
79 This adds support for rt2500 wireless chipset family.
80 Supported chips: RT2560.
95ea3627
ID
81
82 When compiled as a module, this driver will be called "rt2500pci.ko".
83
84config RT2500PCI_RFKILL
3a4d3af7 85 bool "Ralink rt2500 rfkill support"
50db7875 86 depends on RT2500PCI
95ea3627
ID
87 select RT2X00_LIB_RFKILL
88 ---help---
3a4d3af7 89 This adds support for integrated rt2500 hardware that features a
95ea3627
ID
90 hardware button to control the radio state.
91 This feature depends on the RF switch subsystem rfkill.
92
a9450b70 93config RT2500PCI_LEDS
3a4d3af7 94 bool "Ralink rt2500 leds support"
6847aa5c 95 depends on RT2500PCI && NEW_LEDS
201410ce 96 select LEDS_CLASS
a9450b70
ID
97 select RT2X00_LIB_LEDS
98 ---help---
99 This adds support for led triggers provided my mac80211.
100
95ea3627 101config RT61PCI
3a4d3af7 102 tristate "Ralink rt2501/rt61 (PCI/PCMCIA) support"
0d84d78d 103 depends on PCI
95ea3627
ID
104 select RT2X00_LIB_PCI
105 select RT2X00_LIB_FIRMWARE
a7f3a06c 106 select CRC_ITU_T
95ea3627
ID
107 select EEPROM_93CX6
108 ---help---
3a4d3af7
ID
109 This adds support for rt2501 wireless chipset family.
110 Supported chips: RT2561, RT2561S & RT2661.
95ea3627
ID
111
112 When compiled as a module, this driver will be called "rt61pci.ko".
113
114config RT61PCI_RFKILL
3a4d3af7 115 bool "Ralink rt2501/rt61 rfkill support"
50db7875 116 depends on RT61PCI
95ea3627
ID
117 select RT2X00_LIB_RFKILL
118 ---help---
3a4d3af7 119 This adds support for integrated rt61 hardware that features a
95ea3627
ID
120 hardware button to control the radio state.
121 This feature depends on the RF switch subsystem rfkill.
122
a9450b70 123config RT61PCI_LEDS
3a4d3af7 124 bool "Ralink rt2501/rt61 leds support"
6847aa5c 125 depends on RT61PCI && NEW_LEDS
201410ce 126 select LEDS_CLASS
a9450b70
ID
127 select RT2X00_LIB_LEDS
128 ---help---
129 This adds support for led triggers provided my mac80211.
130
95ea3627 131config RT2500USB
3a4d3af7 132 tristate "Ralink rt2500 (USB) support"
0d84d78d 133 depends on USB
95ea3627
ID
134 select RT2X00_LIB_USB
135 ---help---
3a4d3af7
ID
136 This adds support for rt2500 wireless chipset family.
137 Supported chips: RT2571 & RT2572.
95ea3627
ID
138
139 When compiled as a module, this driver will be called "rt2500usb.ko".
140
3b640f21 141config RT2500USB_LEDS
3a4d3af7 142 bool "Ralink rt2500 leds support"
6847aa5c 143 depends on RT2500USB && NEW_LEDS
201410ce 144 select LEDS_CLASS
3b640f21
ID
145 select RT2X00_LIB_LEDS
146 ---help---
147 This adds support for led triggers provided my mac80211.
148
95ea3627 149config RT73USB
3a4d3af7 150 tristate "Ralink rt2501/rt73 (USB) support"
0d84d78d 151 depends on USB
95ea3627
ID
152 select RT2X00_LIB_USB
153 select RT2X00_LIB_FIRMWARE
a7f3a06c 154 select CRC_ITU_T
95ea3627 155 ---help---
3a4d3af7
ID
156 This adds support for rt2501 wireless chipset family.
157 Supported chips: RT2571W, RT2573 & RT2671.
95ea3627
ID
158
159 When compiled as a module, this driver will be called "rt73usb.ko".
160
3b640f21 161config RT73USB_LEDS
3a4d3af7 162 bool "Ralink rt2501/rt73 leds support"
6847aa5c 163 depends on RT73USB && NEW_LEDS
201410ce 164 select LEDS_CLASS
3b640f21
ID
165 select RT2X00_LIB_LEDS
166 ---help---
167 This adds support for led triggers provided my mac80211.
168
95ea3627
ID
169config 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
3a4d3af7 175 most important register types of the rt2x00 hardware.
95ea3627
ID
176
177config RT2X00_DEBUG
178 bool "Ralink debug output"
179 depends on RT2X00_LIB
180 ---help---
181 Enable debugging output for all rt2x00 modules
182
0d84d78d 183endif