xref: /linux/drivers/scsi/pcmcia/Kconfig (revision 9a6b55ac)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# PCMCIA SCSI adapter configuration
4#
5
6menuconfig SCSI_LOWLEVEL_PCMCIA
7	bool "PCMCIA SCSI adapter support"
8	depends on SCSI!=n && PCMCIA!=n
9
10# drivers have problems when build in, so require modules
11if SCSI_LOWLEVEL_PCMCIA && SCSI && PCMCIA && m
12
13config PCMCIA_AHA152X
14	tristate "Adaptec AHA152X PCMCIA support"
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	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
33config PCMCIA_NINJA_SCSI
34	tristate "NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support"
35	depends on !64BIT || COMPILE_TEST
36	help
37	  If you intend to attach this type of PCMCIA SCSI host adapter to
38	  your computer, say Y here and read
39	  <file:Documentation/scsi/NinjaSCSI.txt>.
40
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"
69	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"
78	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
85endif # SCSI_LOWLEVEL_PCMCIA
86