1# SPDX-License-Identifier: GPL-2.0-only 2# 3# PCMCIA SCSI adapter configuration 4# 5 6menuconfig SCSI_LOWLEVEL_PCMCIA 7 bool "PCMCIA SCSI adapter support" 8 depends on SCSI!=n && PCMCIA!=n 9 10# drivers have problems when build in, so require modules 11if SCSI_LOWLEVEL_PCMCIA && SCSI && PCMCIA && m 12 13config PCMCIA_AHA152X 14 tristate "Adaptec AHA152X PCMCIA support" 15 select SCSI_SPI_ATTRS 16 help 17 Say Y here if you intend to attach this type of PCMCIA SCSI host 18 adapter to your computer. 19 20 To compile this driver as a module, choose M here: the 21 module will be called aha152x_cs. 22 23config PCMCIA_NINJA_SCSI 24 tristate "NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support" 25 depends on !64BIT 26 help 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>. 30 31 Supported cards: 32 33 NinjaSCSI-3: (version string: "WBT","NinjaSCSI-3","R1.0") 34 IO-DATA PCSC-FP 35 ALPHA DATA AD-PCS201 36 CyQ've SFC-201 37 LOGITECH LPM-SCSI2E 38 Pioneer PCR-PR24's card 39 I-O DATA CDPS-PX24's card (PCSC-F) 40 Panasonic KXL-RW10AN CD-RW's card 41 etc. 42 43 NinjaSCSI-32Bit (in 16bit mode): 44 [Workbit (version string: "WORKBIT","UltraNinja-16","1")] 45 Jazz SCP050 46 [I-O DATA (OEM) (version string: "IO DATA","CBSC16 ","1")] 47 I-O DATA CBSC-II 48 [Kyusyu Matsushita Kotobuki (OEM) 49 (version string: "KME ","SCSI-CARD-001","1")] 50 KME KXL-820AN's card 51 HP M820e CDRW's card 52 etc. 53 54 To compile this driver as a module, choose M here: the 55 module will be called nsp_cs. 56 57config PCMCIA_QLOGIC 58 tristate "Qlogic PCMCIA support" 59 help 60 Say Y here if you intend to attach this type of PCMCIA SCSI host 61 adapter to your computer. 62 63 To compile this driver as a module, choose M here: the 64 module will be called qlogic_cs. 65 66config PCMCIA_SYM53C500 67 tristate "Symbios 53c500 PCMCIA support" 68 help 69 Say Y here if you have a New Media Bus Toaster or other PCMCIA 70 SCSI adapter based on the Symbios 53c500 controller. 71 72 To compile this driver as a module, choose M here: the 73 module will be called sym53c500_cs. 74 75endif # SCSI_LOWLEVEL_PCMCIA 76