blob: 53857c6b6d4d3841aa08cc40ba8a361691cdf476 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# PCMCIA SCSI adapter configuration
3#
4
Jan Engelhardtfc6e7402007-07-09 12:00:08 -07005menuconfig SCSI_LOWLEVEL_PCMCIA
6 bool "PCMCIA SCSI adapter support"
Robert P. J. Day023ae612007-03-26 16:06:45 -04007 depends on SCSI!=n && PCMCIA!=n
Linus Torvalds1da177e2005-04-16 15:20:36 -07008
James Bottomleyb5233812008-01-18 17:47:56 -06009# drivers have problems when build in, so require modules
10if SCSI_LOWLEVEL_PCMCIA && SCSI && PCMCIA && m
Jan Engelhardtfc6e7402007-07-09 12:00:08 -070011
Linus Torvalds1da177e2005-04-16 15:20:36 -070012config PCMCIA_AHA152X
13 tristate "Adaptec AHA152X PCMCIA support"
Robert P. J. Day023ae612007-03-26 16:06:45 -040014 depends on !64BIT
Dominik Brodowskicdaeeda2006-03-05 11:42:06 +010015 select SCSI_SPI_ATTRS
Linus Torvalds1da177e2005-04-16 15:20:36 -070016 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"
Linus Torvalds1da177e2005-04-16 15:20:36 -070025 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"
Robert P. J. Day023ae612007-03-26 16:06:45 -040034 depends on !64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -070035 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"
Linus Torvalds1da177e2005-04-16 15:20:36 -070068 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"
Linus Torvalds1da177e2005-04-16 15:20:36 -070077 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
Jan Engelhardtfc6e7402007-07-09 12:00:08 -070084endif # SCSI_LOWLEVEL_PCMCIA