ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / drivers / net / pcmcia / Kconfig
1 #
2 # PCMCIA Network device configuration
3 #
4
5 menu "PCMCIA network device support"
6         depends on NETDEVICES && HOTPLUG && PCMCIA!=n
7
8 config NET_PCMCIA
9         bool "PCMCIA network device support"
10         ---help---
11           Say Y if you would like to include support for any PCMCIA or CardBus
12           network adapters, then say Y to the driver for your particular card
13           below.  PCMCIA- or PC-cards are credit-card size devices often used
14           with laptops computers; CardBus is the newer and faster version of
15           PCMCIA.
16
17           To use your PC-cards, you will need supporting software from David
18           Hinds' pcmcia-cs package (see the file <file:Documentation/Changes>
19           for location).  You also want to check out the PCMCIA-HOWTO,
20           available from <http://www.tldp.org/docs.html#howto>.
21
22           If unsure, say N.
23
24 config PCMCIA_3C589
25         tristate "3Com 3c589 PCMCIA support"
26         depends on NET_PCMCIA && PCMCIA
27         help
28           Say Y here if you intend to attach a 3Com 3c589 or compatible PCMCIA
29           (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 3c589_cs.  If unsure, say N.
33
34 config PCMCIA_3C574
35         tristate "3Com 3c574 PCMCIA support"
36         depends on NET_PCMCIA && PCMCIA
37         help
38           Say Y here if you intend to attach a 3Com 3c574 or compatible PCMCIA
39           (PC-card) Fast Ethernet card to your computer.
40
41           To compile this driver as a module, choose M here: the module will be
42           called 3c574_cs.  If unsure, say N.
43
44 config PCMCIA_FMVJ18X
45         tristate "Fujitsu FMV-J18x PCMCIA support"
46         depends on NET_PCMCIA && PCMCIA
47         select CRC32
48         help
49           Say Y here if you intend to attach a Fujitsu FMV-J18x or compatible
50           PCMCIA (PC-card) Ethernet card to your computer.
51
52           To compile this driver as a module, choose M here: the module will be
53           called fmvj18x_cs.  If unsure, say N.
54
55 config PCMCIA_PCNET
56         tristate "NE2000 compatible PCMCIA support"
57         depends on NET_PCMCIA && PCMCIA
58         select CRC32
59         help
60           Say Y here if you intend to attach an NE2000 compatible PCMCIA
61           (PC-card) Ethernet or Fast Ethernet card to your computer.
62
63           To compile this driver as a module, choose M here: the module will be
64           called pcnet_cs.  If unsure, say N.
65
66 config PCMCIA_NMCLAN
67         tristate "New Media PCMCIA support"
68         depends on NET_PCMCIA && PCMCIA
69         help
70           Say Y here if you intend to attach a New Media Ethernet or LiveWire
71           PCMCIA (PC-card) Ethernet card to your computer.
72
73           To compile this driver as a module, choose M here: the module will be
74           called nmclan_cs.  If unsure, say N.
75
76 config PCMCIA_SMC91C92
77         tristate "SMC 91Cxx PCMCIA support"
78         depends on NET_PCMCIA && PCMCIA
79         select CRC32
80         select MII
81         help
82           Say Y here if you intend to attach an SMC 91Cxx compatible PCMCIA
83           (PC-card) Ethernet or Fast Ethernet card to your computer.
84
85           To compile this driver as a module, choose M here: the module will be
86           called smc91c92_cs.  If unsure, say N.
87
88 config PCMCIA_XIRC2PS
89         tristate "Xircom 16-bit PCMCIA support"
90         depends on NET_PCMCIA && PCMCIA
91         help
92           Say Y here if you intend to attach a Xircom 16-bit PCMCIA (PC-card)
93           Ethernet or Fast Ethernet card to your computer.
94
95           To compile this driver as a module, choose M here: the module will be
96           called xirc2ps_cs.  If unsure, say N.
97
98 config PCMCIA_AXNET
99         tristate "Asix AX88190 PCMCIA support"
100         depends on NET_PCMCIA && PCMCIA
101         ---help---
102           Say Y here if you intend to attach an Asix AX88190-based PCMCIA
103           (PC-card) Fast Ethernet card to your computer.  These cards are
104           nearly NE2000 compatible but need a separate driver due to a few
105           misfeatures.
106
107           To compile this driver as a module, choose M here: the module will be
108           called axnet_cs.  If unsure, say N.
109
110 config ARCNET_COM20020_CS
111         tristate "COM20020 ARCnet PCMCIA support"
112         depends on NET_PCMCIA && ARCNET_COM20020 && PCMCIA
113         help
114           Say Y here if you intend to attach this type of ARCnet PCMCIA card
115           to your computer.
116
117           To compile this driver as a module, choose M here: the module will be
118           called com20020_cs.  If unsure, say N.
119
120 config PCMCIA_IBMTR
121         tristate "IBM PCMCIA tokenring adapter support"
122         depends on NET_PCMCIA && IBMTR!=y && TR && PCMCIA && !64BIT
123         help
124           Say Y here if you intend to attach this type of Token Ring PCMCIA
125           card to your computer. You then also need to say Y to "Token Ring
126           driver support".
127
128           To compile this driver as a module, choose M here: the module will be
129           called ibmtr_cs.
130
131 endmenu
132