More meth updates.
[linux-2.6/linux-mips.git] / drivers / pcmcia / Kconfig
blobda8f6bea188272145168dce8773b1e1f3df4f7a1
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"
9         depends on HOTPLUG
11 config PCMCIA
12         tristate "PCMCIA/CardBus support"
13         ---help---
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>.
32 config YENTA
33         tristate "CardBus yenta-compatible bridge support"
34         depends on PCMCIA && PCI
35         ---help---
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>
47           for location).
49           If unsure, say Y.
51 config CARDBUS
52         bool
53         depends on YENTA
54         default y if YENTA
56 config I82092
57         tristate "i82092 compatible bridge support"
58         depends on PCMCIA && PCI
59         help
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
62           chip.
64 config I82365
65         tristate "i82365 compatible bridge support"
66         depends on PCMCIA && ISA
67         help
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.
74 config TCIC
75         tristate "Databook TCIC host bridge support"
76         depends on PCMCIA
77         help
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.
83 config HD64465_PCMCIA
84         tristate "HD64465 host bridge support"
85         depends on HD64465 && PCMCIA
87 config PCMCIA_AU1000
88         tristate "Au1x00 pcmcia support"
89         depends on MIPS_AU1000 && PCMCIA
91 config PCMCIA_PB1X00
92         tristate "Pb1x00 board support"
93         depends on MIPS_AU1000 && PCMCIA_AU1000!=n && PCMCIA
95 config PCMCIA_SA1100
96         tristate "SA1100 support"
97         depends on ARM && ARCH_SA1100 && PCMCIA
98         help
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.
105 config PCMCIA_SA1111
106         tristate "SA1111 support"
107         depends on ARM && ARCH_SA1100 && SA1111 && PCMCIA
108         help
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.
115 config PCMCIA_PROBE
116         bool
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
123 endmenu