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.
24 tristate "Future Domain PCMCIA support"
27 Say Y here if you intend to attach this type of PCMCIA SCSI host
28 adapter to your computer.
30 To compile this driver as a module, choose M here: the
31 module will be called fdomain_cs.
33 config PCMCIA_NINJA_SCSI
34 tristate "NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support"
35 depends on !64BIT || COMPILE_TEST
37 If you intend to attach this type of PCMCIA SCSI host adapter to
38 your computer, say Y here and read
39 <file:Documentation/scsi/NinjaSCSI.rst>.
43 NinjaSCSI-3: (version string: "WBT","NinjaSCSI-3","R1.0")
48 Pioneer PCR-PR24's card
49 I-O DATA CDPS-PX24's card (PCSC-F)
50 Panasonic KXL-RW10AN CD-RW's card
53 NinjaSCSI-32Bit (in 16bit mode):
54 [Workbit (version string: "WORKBIT","UltraNinja-16","1")]
56 [I-O DATA (OEM) (version string: "IO DATA","CBSC16 ","1")]
58 [Kyusyu Matsushita Kotobuki (OEM)
59 (version string: "KME ","SCSI-CARD-001","1")]
64 To compile this driver as a module, choose M here: the
65 module will be called nsp_cs.
68 tristate "Qlogic PCMCIA support"
70 Say Y here if you intend to attach this type of PCMCIA SCSI host
71 adapter to your computer.
73 To compile this driver as a module, choose M here: the
74 module will be called qlogic_cs.
76 config PCMCIA_SYM53C500
77 tristate "Symbios 53c500 PCMCIA support"
79 Say Y here if you have a New Media Bus Toaster or other PCMCIA
80 SCSI adapter based on the Symbios 53c500 controller.
82 To compile this driver as a module, choose M here: the
83 module will be called sym53c500_cs.
85 endif # SCSI_LOWLEVEL_PCMCIA