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"
18 Say Y here if you intend to attach this type of PCMCIA SCSI host
19 adapter to your computer.
21 To compile this driver as a module, choose M here: the
22 module will be called aha152x_cs.
25 tristate "Future Domain PCMCIA support"
29 Say Y here if you intend to attach this type of PCMCIA SCSI host
30 adapter to your computer.
32 To compile this driver as a module, choose M here: the
33 module will be called fdomain_cs.
35 config PCMCIA_NINJA_SCSI
36 tristate "NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support"
37 depends on (!64BIT || COMPILE_TEST) && HAS_IOPORT
39 If you intend to attach this type of PCMCIA SCSI host adapter to
40 your computer, say Y here and read
41 <file:Documentation/scsi/NinjaSCSI.rst>.
45 NinjaSCSI-3: (version string: "WBT","NinjaSCSI-3","R1.0")
50 Pioneer PCR-PR24's card
51 I-O DATA CDPS-PX24's card (PCSC-F)
52 Panasonic KXL-RW10AN CD-RW's card
55 NinjaSCSI-32Bit (in 16bit mode):
56 [Workbit (version string: "WORKBIT","UltraNinja-16","1")]
58 [I-O DATA (OEM) (version string: "IO DATA","CBSC16 ","1")]
60 [Kyusyu Matsushita Kotobuki (OEM)
61 (version string: "KME ","SCSI-CARD-001","1")]
66 To compile this driver as a module, choose M here: the
67 module will be called nsp_cs.
70 tristate "Qlogic PCMCIA support"
73 Say Y here if you intend to attach this type of PCMCIA SCSI host
74 adapter to your computer.
76 To compile this driver as a module, choose M here: the
77 module will be called qlogic_cs.
79 config PCMCIA_SYM53C500
80 tristate "Symbios 53c500 PCMCIA support"
83 Say Y here if you have a New Media Bus Toaster or other PCMCIA
84 SCSI adapter based on the Symbios 53c500 controller.
86 To compile this driver as a module, choose M here: the
87 module will be called sym53c500_cs.
89 endif # SCSI_LOWLEVEL_PCMCIA