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