blob: 9b8f793b1cc81c08ac586ae99082ce72658fcb9a [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# PCMCIA Network device configuration
3#
4
Jan Engelhardtbe3b6c12007-05-10 22:52:58 -07005menuconfig NET_PCMCIA
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 bool "PCMCIA network device support"
Jan Engelhardtbe3b6c12007-05-10 22:52:58 -07007 depends on PCMCIA
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 ---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
Trent Piepho59faba12007-06-27 14:09:54 -070022if NET_PCMCIA && PCMCIA
Jan Engelhardtbe3b6c12007-05-10 22:52:58 -070023
Linus Torvalds1da177e2005-04-16 15:20:36 -070024config PCMCIA_3C589
25 tristate "3Com 3c589 PCMCIA support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070026 help
27 Say Y here if you intend to attach a 3Com 3c589 or compatible PCMCIA
28 (PC-card) Ethernet card to your computer.
29
30 To compile this driver as a module, choose M here: the module will be
31 called 3c589_cs. If unsure, say N.
32
33config PCMCIA_3C574
34 tristate "3Com 3c574 PCMCIA support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070035 help
36 Say Y here if you intend to attach a 3Com 3c574 or compatible PCMCIA
37 (PC-card) Fast Ethernet card to your computer.
38
39 To compile this driver as a module, choose M here: the module will be
40 called 3c574_cs. If unsure, say N.
41
42config PCMCIA_FMVJ18X
43 tristate "Fujitsu FMV-J18x PCMCIA support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070044 select CRC32
45 help
46 Say Y here if you intend to attach a Fujitsu FMV-J18x or compatible
47 PCMCIA (PC-card) Ethernet card to your computer.
48
49 To compile this driver as a module, choose M here: the module will be
50 called fmvj18x_cs. If unsure, say N.
51
52config PCMCIA_PCNET
53 tristate "NE2000 compatible PCMCIA support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070054 select CRC32
55 help
56 Say Y here if you intend to attach an NE2000 compatible PCMCIA
57 (PC-card) Ethernet or Fast Ethernet card to your computer.
58
59 To compile this driver as a module, choose M here: the module will be
60 called pcnet_cs. If unsure, say N.
61
62config PCMCIA_NMCLAN
63 tristate "New Media PCMCIA support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070064 help
65 Say Y here if you intend to attach a New Media Ethernet or LiveWire
66 PCMCIA (PC-card) Ethernet card to your computer.
67
68 To compile this driver as a module, choose M here: the module will be
69 called nmclan_cs. If unsure, say N.
70
71config PCMCIA_SMC91C92
72 tristate "SMC 91Cxx PCMCIA support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070073 select CRC32
74 select MII
75 help
76 Say Y here if you intend to attach an SMC 91Cxx compatible PCMCIA
77 (PC-card) Ethernet or Fast Ethernet card to your computer.
78
79 To compile this driver as a module, choose M here: the module will be
80 called smc91c92_cs. If unsure, say N.
81
82config PCMCIA_XIRC2PS
83 tristate "Xircom 16-bit PCMCIA support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070084 help
85 Say Y here if you intend to attach a Xircom 16-bit PCMCIA (PC-card)
86 Ethernet or Fast Ethernet card to your computer.
87
88 To compile this driver as a module, choose M here: the module will be
89 called xirc2ps_cs. If unsure, say N.
90
91config PCMCIA_AXNET
92 tristate "Asix AX88190 PCMCIA support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070093 ---help---
94 Say Y here if you intend to attach an Asix AX88190-based PCMCIA
95 (PC-card) Fast Ethernet card to your computer. These cards are
96 nearly NE2000 compatible but need a separate driver due to a few
97 misfeatures.
98
99 To compile this driver as a module, choose M here: the module will be
100 called axnet_cs. If unsure, say N.
101
102config ARCNET_COM20020_CS
103 tristate "COM20020 ARCnet PCMCIA support"
Jan Engelhardtbe3b6c12007-05-10 22:52:58 -0700104 depends on ARCNET_COM20020
Linus Torvalds1da177e2005-04-16 15:20:36 -0700105 help
106 Say Y here if you intend to attach this type of ARCnet PCMCIA card
107 to your computer.
108
109 To compile this driver as a module, choose M here: the module will be
110 called com20020_cs. If unsure, say N.
111
112config PCMCIA_IBMTR
113 tristate "IBM PCMCIA tokenring adapter support"
Alan Coxdc976c02008-10-13 15:02:31 +0100114 depends on IBMTR!=y && TR
Linus Torvalds1da177e2005-04-16 15:20:36 -0700115 help
116 Say Y here if you intend to attach this type of Token Ring PCMCIA
117 card to your computer. You then also need to say Y to "Token Ring
118 driver support".
119
120 To compile this driver as a module, choose M here: the module will be
121 called ibmtr_cs.
122
Jan Engelhardtbe3b6c12007-05-10 22:52:58 -0700123endif # NET_PCMCIA