.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # PCCARD (PCMCIA/CardBus) bus subsystem configuration |
---|
3 | 4 | # |
---|
4 | 5 | |
---|
5 | 6 | menuconfig PCCARD |
---|
6 | 7 | tristate "PCCard (PCMCIA/CardBus) support" |
---|
7 | | - ---help--- |
---|
| 8 | + depends on !UML |
---|
| 9 | + help |
---|
8 | 10 | Say Y here if you want to attach PCMCIA- or PC-cards to your Linux |
---|
9 | 11 | computer. These are credit-card size devices such as network cards, |
---|
10 | 12 | modems or hard drives often used with laptops computers. There are |
---|
.. | .. |
---|
20 | 22 | tristate "16-bit PCMCIA support" |
---|
21 | 23 | select CRC32 |
---|
22 | 24 | default y |
---|
23 | | - ---help--- |
---|
| 25 | + help |
---|
24 | 26 | This option enables support for 16-bit PCMCIA cards. Most older |
---|
25 | 27 | PC-cards are such 16-bit PCMCIA cards, so unless you know you're |
---|
26 | 28 | only using 32-bit CardBus cards, say Y or M here. |
---|
.. | .. |
---|
52 | 54 | bool "32-bit CardBus support" |
---|
53 | 55 | depends on PCI |
---|
54 | 56 | default y |
---|
55 | | - ---help--- |
---|
| 57 | + help |
---|
56 | 58 | CardBus is a bus mastering architecture for PC-cards, which allows |
---|
57 | 59 | for 32 bit PC-cards (the original PCMCIA standard specifies only |
---|
58 | 60 | a 16 bit wide bus). Many newer PC-cards are actually CardBus cards. |
---|
.. | .. |
---|
63 | 65 | |
---|
64 | 66 | If unsure, say Y. |
---|
65 | 67 | |
---|
| 68 | +config PCMCIA_MAX1600 |
---|
| 69 | + tristate |
---|
| 70 | + |
---|
66 | 71 | comment "PC-card bridges" |
---|
67 | 72 | |
---|
68 | 73 | config YENTA |
---|
.. | .. |
---|
70 | 75 | depends on PCI |
---|
71 | 76 | select CARDBUS if !EXPERT |
---|
72 | 77 | select PCCARD_NONSTATIC if PCMCIA != n |
---|
73 | | - ---help--- |
---|
| 78 | + help |
---|
74 | 79 | This option enables support for CardBus host bridges. Virtually |
---|
75 | 80 | all modern PCMCIA bridges are CardBus compatible. A "bridge" is |
---|
76 | 81 | the hardware inside your computer that PCMCIA cards are plugged |
---|
.. | .. |
---|
146 | 151 | |
---|
147 | 152 | config PCMCIA_ALCHEMY_DEVBOARD |
---|
148 | 153 | tristate "Alchemy Db/Pb1xxx PCMCIA socket services" |
---|
149 | | - depends on MIPS_ALCHEMY && PCMCIA |
---|
| 154 | + depends on MIPS_DB1XXX && PCMCIA |
---|
150 | 155 | help |
---|
151 | 156 | Enable this driver of you want PCMCIA support on your Alchemy |
---|
152 | 157 | Db1000, Db/Pb1100, Db/Pb1500, Db/Pb1550, Db/Pb1200, DB1300 |
---|
.. | .. |
---|
191 | 196 | select PCMCIA_SOC_COMMON |
---|
192 | 197 | select PCMCIA_SA11XX_BASE if ARCH_SA1100 |
---|
193 | 198 | select PCMCIA_PXA2XX if ARCH_LUBBOCK && SA1111 |
---|
| 199 | + select PCMCIA_MAX1600 if ASSABET_NEPONSET |
---|
| 200 | + select PCMCIA_MAX1600 if ARCH_LUBBOCK && SA1111 |
---|
194 | 201 | help |
---|
195 | 202 | Say Y here to include support for SA1111-based PCMCIA or CF |
---|
196 | 203 | sockets, found on the Jornada 720, Graphicsmaster and other |
---|
.. | .. |
---|
207 | 214 | || MACH_VPAC270 || MACH_BALLOON3 || MACH_COLIBRI \ |
---|
208 | 215 | || MACH_COLIBRI320 || MACH_H4700) |
---|
209 | 216 | select PCMCIA_SOC_COMMON |
---|
| 217 | + select PCMCIA_MAX1600 if MACH_MAINSTONE |
---|
210 | 218 | help |
---|
211 | 219 | Say Y here to include support for the PXA2xx PCMCIA controller |
---|
212 | 220 | |
---|