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