3c*/acenic/typhoon: Move 3Com Ethernet drivers
[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 PCMCIA_FMVJ18X
25 tristate "Fujitsu FMV-J18x PCMCIA support"
1da177e4
LT
26 select CRC32
27 help
28 Say Y here if you intend to attach a Fujitsu FMV-J18x or compatible
29 PCMCIA (PC-card) Ethernet card to your computer.
30
31 To compile this driver as a module, choose M here: the module will be
32 called fmvj18x_cs. If unsure, say N.
33
34config PCMCIA_PCNET
35 tristate "NE2000 compatible PCMCIA support"
1da177e4
LT
36 select CRC32
37 help
38 Say Y here if you intend to attach an NE2000 compatible PCMCIA
39 (PC-card) Ethernet or Fast Ethernet card to your computer.
40
41 To compile this driver as a module, choose M here: the module will be
42 called pcnet_cs. If unsure, say N.
43
44config PCMCIA_NMCLAN
45 tristate "New Media PCMCIA support"
1da177e4
LT
46 help
47 Say Y here if you intend to attach a New Media Ethernet or LiveWire
48 PCMCIA (PC-card) Ethernet card to your computer.
49
50 To compile this driver as a module, choose M here: the module will be
51 called nmclan_cs. If unsure, say N.
52
53config PCMCIA_SMC91C92
54 tristate "SMC 91Cxx PCMCIA support"
1da177e4
LT
55 select CRC32
56 select MII
57 help
58 Say Y here if you intend to attach an SMC 91Cxx compatible PCMCIA
59 (PC-card) Ethernet or Fast Ethernet card to your computer.
60
61 To compile this driver as a module, choose M here: the module will be
62 called smc91c92_cs. If unsure, say N.
63
64config PCMCIA_XIRC2PS
65 tristate "Xircom 16-bit PCMCIA support"
1da177e4
LT
66 help
67 Say Y here if you intend to attach a Xircom 16-bit PCMCIA (PC-card)
68 Ethernet or Fast Ethernet card to your computer.
69
70 To compile this driver as a module, choose M here: the module will be
71 called xirc2ps_cs. If unsure, say N.
72
73config PCMCIA_AXNET
74 tristate "Asix AX88190 PCMCIA support"
1da177e4
LT
75 ---help---
76 Say Y here if you intend to attach an Asix AX88190-based PCMCIA
77 (PC-card) Fast Ethernet card to your computer. These cards are
78 nearly NE2000 compatible but need a separate driver due to a few
79 misfeatures.
80
81 To compile this driver as a module, choose M here: the module will be
82 called axnet_cs. If unsure, say N.
83
84config ARCNET_COM20020_CS
85 tristate "COM20020 ARCnet PCMCIA support"
be3b6c14 86 depends on ARCNET_COM20020
1da177e4
LT
87 help
88 Say Y here if you intend to attach this type of ARCnet PCMCIA card
89 to your computer.
90
91 To compile this driver as a module, choose M here: the module will be
92 called com20020_cs. If unsure, say N.
93
94config PCMCIA_IBMTR
95 tristate "IBM PCMCIA tokenring adapter support"
dc976c09 96 depends on IBMTR!=y && TR
1da177e4
LT
97 help
98 Say Y here if you intend to attach this type of Token Ring PCMCIA
99 card to your computer. You then also need to say Y to "Token Ring
100 driver support".
101
102 To compile this driver as a module, choose M here: the module will be
103 called ibmtr_cs.
104
be3b6c14 105endif # NET_PCMCIA
This page took 0.620021 seconds and 5 git commands to generate.