]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/net/wireless/Kconfig
[PATCH] softmac: remove function_enter()
[net-next-2.6.git] / drivers / net / wireless / Kconfig
CommitLineData
1da177e4
LT
1#
2# Wireless LAN device configuration
3#
4
5menu "Wireless LAN (non-hamradio)"
6 depends on NETDEVICES
7
8config NET_RADIO
d86b5e0e
AB
9 bool "Wireless LAN drivers (non-hamradio)"
10 select WIRELESS_EXT
1da177e4
LT
11 ---help---
12 Support for wireless LANs and everything having to do with radio,
13 but not with amateur radio or FM broadcasting.
14
15 Saying Y here also enables the Wireless Extensions (creates
16 /proc/net/wireless and enables iwconfig access). The Wireless
17 Extension is a generic API allowing a driver to expose to the user
18 space configuration and statistics specific to common Wireless LANs.
19 The beauty of it is that a single set of tool can support all the
20 variations of Wireless LANs, regardless of their type (as long as
21 the driver supports Wireless Extension). Another advantage is that
22 these parameters may be changed on the fly without restarting the
23 driver (or Linux). If you wish to use Wireless Extensions with
24 wireless PCMCIA (PC-) cards, you need to say Y here; you can fetch
25 the tools from
26 <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.
27
1da177e4
LT
28# Note : the cards are obsolete (can't buy them anymore), but the drivers
29# are not, as people are still using them...
30comment "Obsolete Wireless cards support (pre-802.11)"
31 depends on NET_RADIO && (INET || ISA || PCMCIA)
32
33config STRIP
34 tristate "STRIP (Metricom starmode radio IP)"
35 depends on NET_RADIO && INET
36 ---help---
37 Say Y if you have a Metricom radio and intend to use Starmode Radio
38 IP. STRIP is a radio protocol developed for the MosquitoNet project
39 (on the WWW at <http://mosquitonet.stanford.edu/>) to send Internet
40 traffic using Metricom radios. Metricom radios are small, battery
41 powered, 100kbit/sec packet radio transceivers, about the size and
42 weight of a cellular telephone. (You may also have heard them called
43 "Metricom modems" but we avoid the term "modem" because it misleads
44 many people into thinking that you can plug a Metricom modem into a
45 phone line and use it as a modem.)
46
47 You can use STRIP on any Linux machine with a serial port, although
48 it is obviously most useful for people with laptop computers. If you
49 think you might get a Metricom radio in the future, there is no harm
50 in saying Y to STRIP now, except that it makes the kernel a bit
51 bigger.
52
53 To compile this as a module, choose M here: the module will be
54 called strip.
55
56config ARLAN
57 tristate "Aironet Arlan 655 & IC2200 DS support"
58 depends on NET_RADIO && ISA && !64BIT
59 ---help---
60 Aironet makes Arlan, a class of wireless LAN adapters. These use the
61 www.Telxon.com chip, which is also used on several similar cards.
62 This driver is tested on the 655 and IC2200 series cards. Look at
63 <http://www.ylenurme.ee/~elmer/655/> for the latest information.
64
65 The driver is built as two modules, arlan and arlan-proc. The latter
66 is the /proc interface and is not needed most of time.
67
68 On some computers the card ends up in non-valid state after some
69 time. Use a ping-reset script to clear it.
70
71config WAVELAN
72 tristate "AT&T/Lucent old WaveLAN & DEC RoamAbout DS ISA support"
73 depends on NET_RADIO && ISA
74 ---help---
75 The Lucent WaveLAN (formerly NCR and AT&T; or DEC RoamAbout DS) is
76 a Radio LAN (wireless Ethernet-like Local Area Network) using the
77 radio frequencies 900 MHz and 2.4 GHz.
78
79 This driver support the ISA version of the WaveLAN card. A separate
80 driver for the PCMCIA (PC-card) hardware is available in David
81 Hinds' pcmcia-cs package (see the file <file:Documentation/Changes>
82 for location).
83
84 If you want to use an ISA WaveLAN card under Linux, say Y and read
85 the Ethernet-HOWTO, available from
86 <http://www.tldp.org/docs.html#howto>. Some more specific
87 information is contained in
88 <file:Documentation/networking/wavelan.txt> and in the source code
89 <file:drivers/net/wavelan.p.h>.
90
91 You will also need the wireless tools package available from
92 <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.
93 Please read the man pages contained therein.
94
95 To compile this driver as a module, choose M here: the module will be
96 called wavelan.
97
98config PCMCIA_WAVELAN
99 tristate "AT&T/Lucent old WaveLAN Pcmcia wireless support"
100 depends on NET_RADIO && PCMCIA
101 help
102 Say Y here if you intend to attach an AT&T/Lucent Wavelan PCMCIA
103 (PC-card) wireless Ethernet networking card to your computer. This
104 driver is for the non-IEEE-802.11 Wavelan cards.
105
106 To compile this driver as a module, choose M here: the module will be
107 called wavelan_cs. If unsure, say N.
108
109config PCMCIA_NETWAVE
110 tristate "Xircom Netwave AirSurfer Pcmcia wireless support"
111 depends on NET_RADIO && PCMCIA
112 help
113 Say Y here if you intend to attach this type of PCMCIA (PC-card)
114 wireless Ethernet networking card to your computer.
115
116 To compile this driver as a module, choose M here: the module will be
117 called netwave_cs. If unsure, say N.
118
119comment "Wireless 802.11 Frequency Hopping cards support"
120 depends on NET_RADIO && PCMCIA
121
122config PCMCIA_RAYCS
123 tristate "Aviator/Raytheon 2.4MHz wireless support"
124 depends on NET_RADIO && PCMCIA
125 ---help---
126 Say Y here if you intend to attach an Aviator/Raytheon PCMCIA
127 (PC-card) wireless Ethernet networking card to your computer.
128 Please read the file <file:Documentation/networking/ray_cs.txt> for
129 details.
130
131 To compile this driver as a module, choose M here: the module will be
132 called ray_cs. If unsure, say N.
133
134comment "Wireless 802.11b ISA/PCI cards support"
135 depends on NET_RADIO && (ISA || PCI || PPC_PMAC || PCMCIA)
136
2c86c275
JK
137config IPW2100
138 tristate "Intel PRO/Wireless 2100 Network Connection"
4ddc1651 139 depends on NET_RADIO && PCI
2c86c275 140 select FW_LOADER
4ddc1651 141 select IEEE80211
2c86c275
JK
142 ---help---
143 A driver for the Intel PRO/Wireless 2100 Network
144 Connection 802.11b wireless network adapter.
145
146 See <file:Documentation/networking/README.ipw2100> for information on
147 the capabilities currently enabled in this driver and for tips
148 for debugging issues and problems.
149
150 In order to use this driver, you will need a firmware image for it.
151 You can obtain the firmware from
152 <http://ipw2100.sf.net/>. Once you have the firmware image, you
afcd0241 153 will need to place it in /lib/firmware.
2c86c275
JK
154
155 You will also very likely need the Wireless Tools in order to
156 configure your card:
157
158 <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.
159
160 If you want to compile the driver as a module ( = code which can be
9c782e3b 161 inserted in and removed from the running kernel whenever you want),
2c86c275
JK
162 say M here and read <file:Documentation/modules.txt>. The module
163 will be called ipw2100.ko.
164
53788015 165config IPW2100_MONITOR
2c86c275
JK
166 bool "Enable promiscuous mode"
167 depends on IPW2100
168 ---help---
169 Enables promiscuous/monitor mode support for the ipw2100 driver.
170 With this feature compiled into the driver, you can switch to
171 promiscuous mode via the Wireless Tool's Monitor mode. While in this
172 mode, no packets can be sent.
173
0f52bf90 174config IPW2100_DEBUG
2c86c275
JK
175 bool "Enable full debugging output in IPW2100 module."
176 depends on IPW2100
177 ---help---
178 This option will enable debug tracing output for the IPW2100.
179
180 This will result in the kernel module being ~60k larger. You can
181 control which debug output is sent to the kernel log by setting the
182 value in
183
184 /sys/bus/pci/drivers/ipw2100/debug_level
185
186 This entry will only exist if this option is enabled.
187
188 If you are not trying to debug or develop the IPW2100 driver, you
189 most likely want to say N here.
190
43f66a6c
JK
191config IPW2200
192 tristate "Intel PRO/Wireless 2200BG and 2915ABG Network Connection"
4ddc1651 193 depends on NET_RADIO && PCI
43f66a6c 194 select FW_LOADER
4ddc1651 195 select IEEE80211
43f66a6c
JK
196 ---help---
197 A driver for the Intel PRO/Wireless 2200BG and 2915ABG Network
198 Connection adapters.
199
200 See <file:Documentation/networking/README.ipw2200> for
201 information on the capabilities currently enabled in this
202 driver and for tips for debugging issues and problems.
203
204 In order to use this driver, you will need a firmware image for it.
205 You can obtain the firmware from
206 <http://ipw2200.sf.net/>. See the above referenced README.ipw2200
47c51431 207 for information on where to install the firmware images.
43f66a6c
JK
208
209 You will also very likely need the Wireless Tools in order to
210 configure your card:
211
212 <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.
213
214 If you want to compile the driver as a module ( = code which can be
9c782e3b 215 inserted in and removed from the running kernel whenever you want),
43f66a6c
JK
216 say M here and read <file:Documentation/modules.txt>. The module
217 will be called ipw2200.ko.
218
2c0f6316
AH
219config IPW2200_MONITOR
220 bool "Enable promiscuous mode"
221 depends on IPW2200
222 ---help---
223 Enables promiscuous/monitor mode support for the ipw2200 driver.
224 With this feature compiled into the driver, you can switch to
225 promiscuous mode via the Wireless Tool's Monitor mode. While in this
226 mode, no packets can be sent.
227
228config IPW_QOS
229 bool "Enable QoS support"
230 depends on IPW2200 && EXPERIMENTAL
231
0f52bf90 232config IPW2200_DEBUG
43f66a6c
JK
233 bool "Enable full debugging output in IPW2200 module."
234 depends on IPW2200
235 ---help---
236 This option will enable debug tracing output for the IPW2200.
237
238 This will result in the kernel module being ~100k larger. You can
239 control which debug output is sent to the kernel log by setting the
240 value in
241
242 /sys/bus/pci/drivers/ipw2200/debug_level
243
244 This entry will only exist if this option is enabled.
245
246 To set a value, simply echo an 8-byte hex value to the same file:
247
248 % echo 0x00000FFO > /sys/bus/pci/drivers/ipw2200/debug_level
249
250 You can find the list of debug mask values in
251 drivers/net/wireless/ipw2200.h
252
253 If you are not trying to debug or develop the IPW2200 driver, you
254 most likely want to say N here.
255
1da177e4
LT
256config AIRO
257 tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards"
a39d3e79
AB
258 depends on NET_RADIO && ISA_DMA_API && (PCI || BROKEN)
259 select CRYPTO
1da177e4
LT
260 ---help---
261 This is the standard Linux driver to support Cisco/Aironet ISA and
262 PCI 802.11 wireless cards.
263 It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
264 - with or without encryption) as well as card before the Cisco
47c51431 265 acquisition (Aironet 4500, Aironet 4800, Aironet 4800B).
1da177e4
LT
266
267 This driver support both the standard Linux Wireless Extensions
268 and Cisco proprietary API, so both the Linux Wireless Tools and the
269 Cisco Linux utilities can be used to configure the card.
270
271 The driver can be compiled as a module and will be named "airo".
272
273config HERMES
274 tristate "Hermes chipset 802.11b support (Orinoco/Prism2/Symbol)"
275 depends on NET_RADIO && (PPC_PMAC || PCI || PCMCIA)
276 ---help---
277 A driver for 802.11b wireless cards based based on the "Hermes" or
278 Intersil HFA384x (Prism 2) MAC controller. This includes the vast
279 majority of the PCMCIA 802.11b cards (which are nearly all rebadges)
280 - except for the Cisco/Aironet cards. Cards supported include the
281 Apple Airport (not a PCMCIA card), WavelanIEEE/Orinoco,
282 Cabletron/EnteraSys Roamabout, ELSA AirLancer, MELCO Buffalo, Avaya,
283 IBM High Rate Wireless, Farralon Syyline, Samsung MagicLAN, Netgear
284 MA401, LinkSys WPC-11, D-Link DWL-650, 3Com AirConnect, Intel
285 PRO/Wireless, and Symbol Spectrum24 High Rate amongst others.
286
287 This option includes the guts of the driver, but in order to
288 actually use a card you will also need to enable support for PCMCIA
289 Hermes cards, PLX9052 based PCI adaptors or the Apple Airport below.
290
291 You will also very likely also need the Wireless Tools in order to
292 configure your card and that /etc/pcmcia/wireless.opts works :
293 <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>
294
295config APPLE_AIRPORT
296 tristate "Apple Airport support (built-in)"
297 depends on PPC_PMAC && HERMES
298 help
299 Say Y here to support the Airport 802.11b wireless Ethernet hardware
300 built into the Macintosh iBook and other recent PowerPC-based
301 Macintosh machines. This is essentially a Lucent Orinoco card with
302 a non-standard interface
303
304config PLX_HERMES
8c09e16b
PR
305 tristate "Hermes in PLX9052 based PCI adaptor support (Netgear MA301 etc.)"
306 depends on PCI && HERMES
1da177e4
LT
307 help
308 Enable support for PCMCIA cards supported by the "Hermes" (aka
309 orinoco) driver when used in PLX9052 based PCI adaptors. These
310 adaptors are not a full PCMCIA controller but act as a more limited
311 PCI <-> PCMCIA bridge. Several vendors sell such adaptors so that
312 802.11b PCMCIA cards can be used in desktop machines. The Netgear
313 MA301 is such an adaptor.
314
1da177e4 315config TMD_HERMES
8c09e16b
PR
316 tristate "Hermes in TMD7160 based PCI adaptor support"
317 depends on PCI && HERMES
1da177e4
LT
318 help
319 Enable support for PCMCIA cards supported by the "Hermes" (aka
320 orinoco) driver when used in TMD7160 based PCI adaptors. These
321 adaptors are not a full PCMCIA controller but act as a more limited
322 PCI <-> PCMCIA bridge. Several vendors sell such adaptors so that
323 802.11b PCMCIA cards can be used in desktop machines.
324
ec829051
PR
325config NORTEL_HERMES
326 tristate "Nortel emobility PCI adaptor support"
327 depends on PCI && HERMES
328 help
329 Enable support for PCMCIA cards supported by the "Hermes" (aka
330 orinoco) driver when used in Nortel emobility PCI adaptors. These
331 adaptors are not full PCMCIA controllers, but act as a more limited
332 PCI <-> PCMCIA bridge.
333
1da177e4 334config PCI_HERMES
8c09e16b
PR
335 tristate "Prism 2.5 PCI 802.11b adaptor support"
336 depends on PCI && HERMES
1da177e4
LT
337 help
338 Enable support for PCI and mini-PCI 802.11b wireless NICs based on
339 the Prism 2.5 chipset. These are true PCI cards, not the 802.11b
340 PCMCIA cards bundled with PCI<->PCMCIA adaptors which are also
341 common. Some of the built-in wireless adaptors in laptops are of
342 this variety.
343
344config ATMEL
345 tristate "Atmel at76c50x chipset 802.11b support"
b16a228d 346 depends on NET_RADIO
1da177e4
LT
347 select FW_LOADER
348 select CRC32
349 ---help---
350 A driver 802.11b wireless cards based on the Atmel fast-vnet
351 chips. This driver supports standard Linux wireless extensions.
352
353 Many cards based on this chipset do not have flash memory
354 and need their firmware loaded at start-up. If yours is
355 one of these, you will need to provide a firmware image
356 to be loaded into the card by the driver. The Atmel
357 firmware package can be downloaded from
358 <http://www.thekelleys.org.uk/atmel>
359
360config PCI_ATMEL
361 tristate "Atmel at76c506 PCI cards"
362 depends on ATMEL && PCI
363 ---help---
364 Enable support for PCI and mini-PCI cards containing the
365 Atmel at76c506 chip.
366
367# If Pcmcia is compiled in, offer Pcmcia cards...
368comment "Wireless 802.11b Pcmcia/Cardbus cards support"
369 depends on NET_RADIO && PCMCIA
370
371config PCMCIA_HERMES
372 tristate "Hermes PCMCIA card support"
373 depends on NET_RADIO && PCMCIA && HERMES
374 ---help---
375 A driver for "Hermes" chipset based PCMCIA wireless adaptors, such
376 as the Lucent WavelanIEEE/Orinoco cards and their OEM (Cabletron/
377 EnteraSys RoamAbout 802.11, ELSA Airlancer, Melco Buffalo and
378 others). It should also be usable on various Prism II based cards
379 such as the Linksys, D-Link and Farallon Skyline. It should also
380 work on Symbol cards such as the 3Com AirConnect and Ericsson WLAN.
381
382 To use your PC-cards, you will need supporting software from David
383 Hinds' pcmcia-cs package (see the file <file:Documentation/Changes>
384 for location). You also want to check out the PCMCIA-HOWTO,
385 available from <http://www.tldp.org/docs.html#howto>.
386
387 You will also very likely also need the Wireless Tools in order to
388 configure your card and that /etc/pcmcia/wireless.opts works:
389 <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.
390
3a48c4c2
PR
391config PCMCIA_SPECTRUM
392 tristate "Symbol Spectrum24 Trilogy PCMCIA card support"
393 depends on NET_RADIO && PCMCIA && HERMES
394 ---help---
395
396 This is a driver for 802.11b cards using RAM-loadable Symbol
397 firmware, such as Symbol Wireless Networker LA4100, CompactFlash
398 cards by Socket Communications and Intel PRO/Wireless 2011B.
399
400 This driver requires firmware download on startup. Utilities
401 for downloading Symbol firmware are available at
402 <http://sourceforge.net/projects/orinoco/>
403
1da177e4
LT
404config AIRO_CS
405 tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards"
ab62c1e1 406 depends on NET_RADIO && PCMCIA && (BROKEN || !M32R)
a39d3e79 407 select CRYPTO
1da177e4
LT
408 ---help---
409 This is the standard Linux driver to support Cisco/Aironet PCMCIA
410 802.11 wireless cards. This driver is the same as the Aironet
411 driver part of the Linux Pcmcia package.
412 It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
413 - with or without encryption) as well as card before the Cisco
47c51431 414 acquisition (Aironet 4500, Aironet 4800, Aironet 4800B). It also
1da177e4
LT
415 supports OEM of Cisco such as the DELL TrueMobile 4800 and Xircom
416 802.11b cards.
417
418 This driver support both the standard Linux Wireless Extensions
419 and Cisco proprietary API, so both the Linux Wireless Tools and the
420 Cisco Linux utilities can be used to configure the card.
421
422 To use your PC-cards, you will need supporting software from David
423 Hinds' pcmcia-cs package (see the file <file:Documentation/Changes>
424 for location). You also want to check out the PCMCIA-HOWTO,
425 available from <http://www.tldp.org/docs.html#howto>.
426
427config PCMCIA_ATMEL
428 tristate "Atmel at76c502/at76c504 PCMCIA cards"
429 depends on NET_RADIO && ATMEL && PCMCIA
430 select FW_LOADER
431 select CRC32
432 ---help---
433 Enable support for PCMCIA cards containing the
434 Atmel at76c502 and at76c504 chips.
435
436config PCMCIA_WL3501
437 tristate "Planet WL3501 PCMCIA cards"
438 depends on NET_RADIO && EXPERIMENTAL && PCMCIA
439 ---help---
440 A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet.
441 It has basic support for Linux wireless extensions and initial
442 micro support for ethtool.
443
444comment "Prism GT/Duette 802.11(a/b/g) PCI/Cardbus support"
445 depends on NET_RADIO && PCI
446config PRISM54
447 tristate 'Intersil Prism GT/Duette/Indigo PCI/Cardbus'
448 depends on PCI && NET_RADIO && EXPERIMENTAL
449 select FW_LOADER
450 ---help---
451 Enable PCI and Cardbus support for the following chipset based cards:
452
453 ISL3880 - Prism GT 802.11 b/g
454 ISL3877 - Prism Indigo 802.11 a
455 ISL3890 - Prism Duette 802.11 a/b/g
456
457 For a complete list of supported cards visit <http://prism54.org>.
458 Here is the latest confirmed list of supported cards:
459
c8920ba0 460 3com OfficeConnect 11g Cardbus Card aka 3CRWE154G72 (version 1)
1da177e4
LT
461 Allnet ALL0271 PCI Card
462 Compex WL54G Cardbus Card
463 Corega CG-WLCB54GT Cardbus Card
464 D-Link Air Plus Xtreme G A1 Cardbus Card aka DWL-g650
465 I-O Data WN-G54/CB Cardbus Card
466 Kobishi XG-300 aka Z-Com Cardbus Card
467 Netgear WG511 Cardbus Card
468 Ovislink WL-5400PCI PCI Card
469 Peabird WLG-PCI PCI Card
470 Sitecom WL-100i Cardbus Card
471 Sitecom WL-110i PCI Card
472 SMC2802W - EZ Connect g 2.4GHz 54 Mbps Wireless PCI Card
473 SMC2835W - EZ Connect g 2.4GHz 54 Mbps Wireless Cardbus Card
474 SMC2835W-V2 - EZ Connect g 2.4GHz 54 Mbps Wireless Cardbus Card
475 Z-Com XG-900 PCI Card
476 Zyxel G-100 Cardbus Card
477
478 If you enable this you will need a firmware file as well.
479 You will need to copy this to /usr/lib/hotplug/firmware/isl3890.
480 You can get this non-GPL'd firmware file from the Prism54 project page:
481 <http://prism54.org>
482 You will also need the /etc/hotplug/firmware.agent script from
483 a current hotplug package.
484
485 Note: You need a motherboard with DMA support to use any of these cards
486
487 If you want to compile the driver as a module ( = code which can be
488 inserted in and removed from the running kernel whenever you want),
489 say M here and read <file:Documentation/modules.txt>. The module
490 will be called prism54.ko.
491
ff1d2767
JM
492source "drivers/net/wireless/hostap/Kconfig"
493
1da177e4
LT
494# yes, this works even when no drivers are selected
495config NET_WIRELESS
496 bool
497 depends on NET_RADIO && (ISA || PCI || PPC_PMAC || PCMCIA)
498 default y
499
500endmenu
501