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