VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / drivers / pcmcia / Kconfig
1 #
2 # PCMCIA bus subsystem configuration
3 #
4 # Right now the non-CardBus choices are not supported
5 # by the integrated kernel driver.
6 #
7
8 menu "PCMCIA/CardBus support"
9         depends on HOTPLUG
10
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.
20
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>.
25
26           To compile this driver as modules, choose M here: the
27           modules will be called pcmcia_core and ds.
28
29 config PCMCIA_DEBUG
30         bool "Enable PCMCIA debugging"
31         depends on PCMCIA != n
32         help
33           Say Y here to enable PCMCIA subsystem debugging.  You
34           will need to choose the debugging level either via the
35           kernel command line, or module options depending whether
36           you build the PCMCIA as modules.
37
38           The kernel command line options are:
39             pcmcia_core.pc_debug=N
40             ds.pc_debug=N
41             sa11xx_core.pc_debug=N
42
43           The module option is called pc_debug=N
44
45           In all the above examples, N is the debugging verbosity
46           level.
47
48 config YENTA
49         tristate "CardBus yenta-compatible bridge support"
50         depends on PCMCIA && PCI
51         ---help---
52           CardBus is a bus mastering architecture for PC-cards, which allows
53           for 32 bit PC-cards (the original PCMCIA standard specifies only
54           a 16 bit wide bus). Many newer PC-cards are actually CardBus cards.
55
56           This option enables support for CardBus PC Cards, as well as support
57           for CardBus host bridges.  Virtually all modern PCMCIA bridges are
58           CardBus compatible.  A "bridge" is the hardware inside your computer
59           that PCMCIA cards are plugged into.
60
61           To use your PC-cards, you will need supporting software from David
62           Hinds' pcmcia-cs package (see the file <file:Documentation/Changes>
63           for location).
64
65           If unsure, say Y.
66
67 config CARDBUS
68         bool
69         depends on YENTA
70         default y if YENTA
71
72 config PD6729
73         tristate "Cirrus PD6729 compatible bridge support"
74         depends on PCMCIA && PCI
75         help
76           This provides support for the Cirrus PD6729 PCI-to-PCMCIA bridge
77           device, found in some older laptops and PCMCIA card readers.
78
79 config I82092
80         tristate "i82092 compatible bridge support"
81         depends on PCMCIA && PCI
82         help
83           This provides support for the Intel I82092AA PCI-to-PCMCIA bridge device,
84           found in some older laptops and more commonly in evaluation boards for the
85           chip.
86
87 config I82365
88         tristate "i82365 compatible bridge support"
89         depends on PCMCIA && ISA
90         help
91           Say Y here to include support for ISA-bus PCMCIA host bridges that
92           are register compatible with the Intel i82365.  These are found on
93           older laptops and ISA-bus card readers for desktop systems.  A
94           "bridge" is the hardware inside your computer that PCMCIA cards are
95           plugged into. If unsure, say N.
96
97 config TCIC
98         tristate "Databook TCIC host bridge support"
99         depends on PCMCIA
100         help
101           Say Y here to include support for the Databook TCIC family of PCMCIA
102           host bridges. These are only found on a handful of old systems.
103           "Bridge" is the name used for the hardware inside your computer that
104           PCMCIA cards are plugged into. If unsure, say N.
105
106 config HD64465_PCMCIA
107         tristate "HD64465 host bridge support"
108         depends on HD64465 && PCMCIA
109
110 config PCMCIA_SA1100
111         tristate "SA1100 support"
112         depends on ARM && ARCH_SA1100 && PCMCIA
113         help
114           Say Y here to include support for SA11x0-based PCMCIA or CF
115           sockets, found on HP iPAQs, Yopy, and other StrongARM(R)/
116           Xscale(R) embedded machines.
117
118           This driver is also available as a module called sa1100_cs.
119
120 config PCMCIA_SA1111
121         tristate "SA1111 support"
122         depends on ARM && ARCH_SA1100 && SA1111 && PCMCIA
123         help
124           Say Y  here to include support for SA1111-based PCMCIA or CF
125           sockets, found on the Jornada 720, Graphicsmaster and other
126           StrongARM(R)/Xscale(R) embedded machines.
127
128           This driver is also available as a module called sa1111_cs.
129
130 config PCMCIA_PXA2XX
131         tristate "PXA2xx support"
132         depends on ARM && ARCH_PXA && PCMCIA
133         help
134           Say Y here to include support for the PXA2xx PCMCIA controller
135
136
137 config PCMCIA_PROBE
138         bool
139         default y if ISA && !ARCH_SA1100 && !ARCH_CLPS711X
140
141 endmenu
142