9p: Optimize TCREATE by eliminating a redundant fid clone.
[pandora-kernel.git] / drivers / staging / wavelan / Kconfig
1 config WAVELAN
2         tristate "AT&T/Lucent old WaveLAN & DEC RoamAbout DS ISA support"
3         depends on ISA && WLAN
4         select WIRELESS_EXT
5         select WEXT_SPY
6         select WEXT_PRIV
7         ---help---
8           The Lucent WaveLAN (formerly NCR and AT&T; or DEC RoamAbout DS) is
9           a Radio LAN (wireless Ethernet-like Local Area Network) using the
10           radio frequencies 900 MHz and 2.4 GHz.
11
12           If you want to use an ISA WaveLAN card under Linux, say Y and read
13           the Ethernet-HOWTO, available from
14           <http://www.tldp.org/docs.html#howto>. Some more specific
15           information is contained in
16           <file:Documentation/networking/wavelan.txt> and in the source code
17           <file:drivers/net/wireless/wavelan.p.h>.
18
19           You will also need the wireless tools package available from
20           <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.
21           Please read the man pages contained therein.
22
23           To compile this driver as a module, choose M here: the module will be
24           called wavelan.
25
26 config PCMCIA_WAVELAN
27         tristate "AT&T/Lucent old WaveLAN Pcmcia wireless support"
28         depends on PCMCIA && WLAN
29         select WIRELESS_EXT
30         select WEXT_SPY
31         select WEXT_PRIV
32         help
33           Say Y here if you intend to attach an AT&T/Lucent Wavelan PCMCIA
34           (PC-card) wireless Ethernet networking card to your computer.  This
35           driver is for the non-IEEE-802.11 Wavelan cards.
36
37           To compile this driver as a module, choose M here: the module will be
38           called wavelan_cs.  If unsure, say N.