blob: 9696b6b5591f26b9533e0d651e749beba98c88fc [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#
3# PCMCIA SCSI adapter configuration
4#
5
Jan Engelhardtfc6e7402007-07-09 12:00:08 -07006menuconfig SCSI_LOWLEVEL_PCMCIA
7 bool "PCMCIA SCSI adapter support"
Robert P. J. Day023ae612007-03-26 16:06:45 -04008 depends on SCSI!=n && PCMCIA!=n
Linus Torvalds1da177e2005-04-16 15:20:36 -07009
James Bottomleyb5233812008-01-18 17:47:56 -060010# drivers have problems when build in, so require modules
11if SCSI_LOWLEVEL_PCMCIA && SCSI && PCMCIA && m
Jan Engelhardtfc6e7402007-07-09 12:00:08 -070012
Linus Torvalds1da177e2005-04-16 15:20:36 -070013config PCMCIA_AHA152X
14 tristate "Adaptec AHA152X PCMCIA support"
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
Ondrej Zary8674a8a2019-05-27 22:19:47 +020023config PCMCIA_FDOMAIN
24 tristate "Future Domain PCMCIA support"
25 select SCSI_FDOMAIN
26 help
27 Say Y here if you intend to attach this type of PCMCIA SCSI host
28 adapter to your computer.
29
30 To compile this driver as a module, choose M here: the
31 module will be called fdomain_cs.
32
Linus Torvalds1da177e2005-04-16 15:20:36 -070033config PCMCIA_NINJA_SCSI
34 tristate "NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support"
Johan Hovoldd04adaa2019-11-05 09:56:09 +010035 depends on !64BIT || COMPILE_TEST
Linus Torvalds1da177e2005-04-16 15:20:36 -070036 help
37 If you intend to attach this type of PCMCIA SCSI host adapter to
38 your computer, say Y here and read
Mauro Carvalho Chehabdbfa1bc2020-03-02 09:15:57 +010039 <file:Documentation/scsi/NinjaSCSI.rst>.
Linus Torvalds1da177e2005-04-16 15:20:36 -070040
41 Supported cards:
42
43 NinjaSCSI-3: (version string: "WBT","NinjaSCSI-3","R1.0")
44 IO-DATA PCSC-FP
45 ALPHA DATA AD-PCS201
46 CyQ've SFC-201
47 LOGITECH LPM-SCSI2E
48 Pioneer PCR-PR24's card
49 I-O DATA CDPS-PX24's card (PCSC-F)
50 Panasonic KXL-RW10AN CD-RW's card
51 etc.
52
53 NinjaSCSI-32Bit (in 16bit mode):
54 [Workbit (version string: "WORKBIT","UltraNinja-16","1")]
55 Jazz SCP050
56 [I-O DATA (OEM) (version string: "IO DATA","CBSC16 ","1")]
57 I-O DATA CBSC-II
58 [Kyusyu Matsushita Kotobuki (OEM)
59 (version string: "KME ","SCSI-CARD-001","1")]
60 KME KXL-820AN's card
61 HP M820e CDRW's card
62 etc.
63
64 To compile this driver as a module, choose M here: the
65 module will be called nsp_cs.
66
67config PCMCIA_QLOGIC
68 tristate "Qlogic PCMCIA support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070069 help
70 Say Y here if you intend to attach this type of PCMCIA SCSI host
71 adapter to your computer.
72
73 To compile this driver as a module, choose M here: the
74 module will be called qlogic_cs.
75
76config PCMCIA_SYM53C500
77 tristate "Symbios 53c500 PCMCIA support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070078 help
79 Say Y here if you have a New Media Bus Toaster or other PCMCIA
80 SCSI adapter based on the Symbios 53c500 controller.
81
82 To compile this driver as a module, choose M here: the
83 module will be called sym53c500_cs.
84
Jan Engelhardtfc6e7402007-07-09 12:00:08 -070085endif # SCSI_LOWLEVEL_PCMCIA