1 # SPDX-License-Identifier: GPL-2.0-only
3 # PCMCIA SCSI adapter configuration
6 menuconfig SCSI_LOWLEVEL_PCMCIA
7 bool "PCMCIA SCSI adapter support"
8 depends on SCSI!=n && PCMCIA!=n
10 # drivers have problems when build in, so require modules
11 if SCSI_LOWLEVEL_PCMCIA && SCSI && PCMCIA && m
14 tristate "Adaptec AHA152X PCMCIA support"
17 Say Y here if you intend to attach this type of PCMCIA SCSI host
18 adapter to your computer.
20 To compile this driver as a module, choose M here: the
21 module will be called aha152x_cs.
23 config PCMCIA_NINJA_SCSI
24 tristate "NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support"
27 If you intend to attach this type of PCMCIA SCSI host adapter to
28 your computer, say Y here and read
29 <file:Documentation/scsi/NinjaSCSI.txt>.
33 NinjaSCSI-3: (version string: "WBT","NinjaSCSI-3","R1.0")
38 Pioneer PCR-PR24's card
39 I-O DATA CDPS-PX24's card (PCSC-F)
40 Panasonic KXL-RW10AN CD-RW's card
43 NinjaSCSI-32Bit (in 16bit mode):
44 [Workbit (version string: "WORKBIT","UltraNinja-16","1")]
46 [I-O DATA (OEM) (version string: "IO DATA","CBSC16 ","1")]
48 [Kyusyu Matsushita Kotobuki (OEM)
49 (version string: "KME ","SCSI-CARD-001","1")]
54 To compile this driver as a module, choose M here: the
55 module will be called nsp_cs.
58 tristate "Qlogic PCMCIA support"
60 Say Y here if you intend to attach this type of PCMCIA SCSI host
61 adapter to your computer.
63 To compile this driver as a module, choose M here: the
64 module will be called qlogic_cs.
66 config PCMCIA_SYM53C500
67 tristate "Symbios 53c500 PCMCIA support"
69 Say Y here if you have a New Media Bus Toaster or other PCMCIA
70 SCSI adapter based on the Symbios 53c500 controller.
72 To compile this driver as a module, choose M here: the
73 module will be called sym53c500_cs.
75 endif # SCSI_LOWLEVEL_PCMCIA