amd: Move AMD (Lance) chipset drivers
[linux-2.6-block.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
1da177e4
LT
44config PCMCIA_SMC91C92
45 tristate "SMC 91Cxx PCMCIA support"
1da177e4
LT
46 select CRC32
47 select MII
48 help
49 Say Y here if you intend to attach an SMC 91Cxx compatible PCMCIA
50 (PC-card) Ethernet or Fast Ethernet card to your computer.
51
52 To compile this driver as a module, choose M here: the module will be
53 called smc91c92_cs. If unsure, say N.
54
55config PCMCIA_XIRC2PS
56 tristate "Xircom 16-bit PCMCIA support"
1da177e4
LT
57 help
58 Say Y here if you intend to attach a Xircom 16-bit PCMCIA (PC-card)
59 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 xirc2ps_cs. If unsure, say N.
63
64config PCMCIA_AXNET
65 tristate "Asix AX88190 PCMCIA support"
1da177e4
LT
66 ---help---
67 Say Y here if you intend to attach an Asix AX88190-based PCMCIA
68 (PC-card) Fast Ethernet card to your computer. These cards are
69 nearly NE2000 compatible but need a separate driver due to a few
70 misfeatures.
71
72 To compile this driver as a module, choose M here: the module will be
73 called axnet_cs. If unsure, say N.
74
75config ARCNET_COM20020_CS
76 tristate "COM20020 ARCnet PCMCIA support"
be3b6c14 77 depends on ARCNET_COM20020
1da177e4
LT
78 help
79 Say Y here if you intend to attach this type of ARCnet PCMCIA card
80 to your computer.
81
82 To compile this driver as a module, choose M here: the module will be
83 called com20020_cs. If unsure, say N.
84
85config PCMCIA_IBMTR
86 tristate "IBM PCMCIA tokenring adapter support"
dc976c09 87 depends on IBMTR!=y && TR
1da177e4
LT
88 help
89 Say Y here if you intend to attach this type of Token Ring PCMCIA
90 card to your computer. You then also need to say Y to "Token Ring
91 driver support".
92
93 To compile this driver as a module, choose M here: the module will be
94 called ibmtr_cs.
95
be3b6c14 96endif # NET_PCMCIA