2 # PCMCIA bus subsystem configuration
4 # Right now the non-CardBus choices are not supported
5 # by the integrated kernel driver.
8 menu "PCMCIA/CardBus support"
12 tristate "PCMCIA/CardBus support"
14 Say Y here if you want to attach PCMCIA- or PC-cards to your Linux
15 computer. These are credit-card size devices such as network cards,
16 modems or hard drives often used with laptops computers. There are
17 actually two varieties of these cards: the older 16 bit PCMCIA cards
18 and the newer 32 bit CardBus cards. If you want to use CardBus
19 cards, you need to say Y here and also to "CardBus support" below.
21 To use your PC-cards, you will need supporting software from David
22 Hinds' pcmcia-cs package (see the file <file:Documentation/Changes>
23 for location). Please also read the PCMCIA-HOWTO, available from
24 <http://www.tldp.org/docs.html#howto>.
26 This driver is also available as a module ( = code which can be
27 inserted in and removed from the running kernel whenever you want).
28 When compiled this way, there will be modules called pcmcia_core
29 and ds. If you want to compile it as a module, say M here and
30 read <file:Documentation/modules.txt>.
33 tristate "CardBus yenta-compatible bridge support"
34 depends on PCMCIA && PCI
36 CardBus is a bus mastering architecture for PC-cards, which allows
37 for 32 bit PC-cards (the original PCMCIA standard specifies only
38 a 16 bit wide bus). Many newer PC-cards are actually CardBus cards.
40 This option enables support for CardBus PC Cards, as well as support
41 for CardBus host bridges. Virtually all modern PCMCIA bridges are
42 CardBus compatible. A "bridge" is the hardware inside your computer
43 that PCMCIA cards are plugged into.
45 To use your PC-cards, you will need supporting software from David
46 Hinds' pcmcia-cs package (see the file <file:Documentation/Changes>
57 tristate "i82092 compatible bridge support"
58 depends on PCMCIA && PCI
60 This provides support for the Intel I82092AA PCI-to-PCMCIA bridge device,
61 found in some older laptops and more commonly in evaluation boards for the
65 tristate "i82365 compatible bridge support"
66 depends on PCMCIA && ISA
68 Say Y here to include support for ISA-bus PCMCIA host bridges that
69 are register compatible with the Intel i82365. These are found on
70 older laptops and ISA-bus card readers for desktop systems. A
71 "bridge" is the hardware inside your computer that PCMCIA cards are
72 plugged into. If unsure, say N.
75 tristate "Databook TCIC host bridge support"
78 Say Y here to include support for the Databook TCIC family of PCMCIA
79 host bridges. These are only found on a handful of old systems.
80 "Bridge" is the name used for the hardware inside your computer that
81 PCMCIA cards are plugged into. If unsure, say N.
84 tristate "HD64465 host bridge support"
85 depends on HD64465 && PCMCIA
88 tristate "Au1x00 pcmcia support"
89 depends on MIPS_AU1000 && PCMCIA
92 tristate "Pb1x00 board support"
93 depends on MIPS_AU1000 && PCMCIA_AU1000!=n && PCMCIA
96 tristate "SA1100 support"
97 depends on ARM && ARCH_SA1100 && PCMCIA
99 Say Y here to include support for SA11x0-based PCMCIA or CF
100 sockets, found on HP iPAQs, Yopy, and other StrongARM(R)/
101 Xscale(R) embedded machines.
103 This driver is also available as a module called sa1100_cs.
106 tristate "SA1111 support"
107 depends on ARM && ARCH_SA1100 && SA1111 && PCMCIA
109 Say Y here to include support for SA1111-based PCMCIA or CF
110 sockets, found on the Jornada 720, Graphicsmaster and other
111 StrongARM(R)/Xscale(R) embedded machines.
113 This driver is also available as a module called sa1111_cs.
117 default y if ISA && !ARCH_SA1100 && !ARCH_CLPS711X
119 config PCMCIA_VRC4173
120 tristate "NEC VRC4173 CARDU support"
121 depends on CPU_VR41XX && PCI && PCMCIA