xircom: Move the Xircom driver
[deliverable/linux.git] / drivers / net / pcmcia / Kconfig
CommitLineData
1da177e4
LT
1#
2# PCMCIA Network device configuration
3#
4
be3b6c14 5menuconfig NET_PCMCIA
1da177e4 6 bool "PCMCIA network device support"
be3b6c14 7 depends on PCMCIA
1da177e4
LT
8 ---help---
9 Say Y if you would like to include support for any PCMCIA or CardBus
10 network adapters, then say Y to the driver for your particular card
11 below. PCMCIA- or PC-cards are credit-card size devices often used
12 with laptops computers; CardBus is the newer and faster version of
13 PCMCIA.
14
15 To use your PC-cards, you will need supporting software from David
16 Hinds' pcmcia-cs package (see the file <file:Documentation/Changes>
17 for location). You also want to check out the PCMCIA-HOWTO,
18 available from <http://www.tldp.org/docs.html#howto>.
19
20 If unsure, say N.
21
59faba1b 22if NET_PCMCIA && PCMCIA
be3b6c14 23
1da177e4
LT
24config ARCNET_COM20020_CS
25 tristate "COM20020 ARCnet PCMCIA support"
be3b6c14 26 depends on ARCNET_COM20020
1da177e4
LT
27 help
28 Say Y here if you intend to attach this type of ARCnet PCMCIA card
29 to your computer.
30
31 To compile this driver as a module, choose M here: the module will be
32 called com20020_cs. If unsure, say N.
33
34config PCMCIA_IBMTR
35 tristate "IBM PCMCIA tokenring adapter support"
dc976c09 36 depends on IBMTR!=y && TR
1da177e4
LT
37 help
38 Say Y here if you intend to attach this type of Token Ring PCMCIA
39 card to your computer. You then also need to say Y to "Token Ring
40 driver support".
41
42 To compile this driver as a module, choose M here: the module will be
43 called ibmtr_cs.
44
be3b6c14 45endif # NET_PCMCIA
This page took 0.690511 seconds and 5 git commands to generate.