Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / drivers / scsi / pcmcia / Kconfig
blob53857c6b6d4d3841aa08cc40ba8a361691cdf476
2 # PCMCIA SCSI adapter configuration
5 menuconfig SCSI_LOWLEVEL_PCMCIA
6         bool "PCMCIA SCSI adapter support"
7         depends on SCSI!=n && PCMCIA!=n
9 # drivers have problems when build in, so require modules
10 if SCSI_LOWLEVEL_PCMCIA && SCSI && PCMCIA && m
12 config PCMCIA_AHA152X
13         tristate "Adaptec AHA152X PCMCIA support"
14         depends on !64BIT
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.
20           To compile this driver as a module, choose M here: the
21           module will be called aha152x_cs.
23 config PCMCIA_FDOMAIN
24         tristate "Future Domain PCMCIA support"
25         help
26           Say Y here if you intend to attach this type of PCMCIA SCSI host
27           adapter to your computer.
29           To compile this driver as a module, choose M here: the
30           module will be called fdomain_cs.
32 config PCMCIA_NINJA_SCSI
33         tristate "NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support"
34         depends on !64BIT
35         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>.
40           Supported cards:
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.
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.
63           To compile this driver as a module, choose M here: the
64           module will be called nsp_cs.
66 config PCMCIA_QLOGIC
67         tristate "Qlogic PCMCIA support"
68         help
69           Say Y here if you intend to attach this type of PCMCIA SCSI host
70           adapter to your computer.
72           To compile this driver as a module, choose M here: the
73           module will be called qlogic_cs.
75 config PCMCIA_SYM53C500
76         tristate "Symbios 53c500 PCMCIA support"
77         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.
81           To compile this driver as a module, choose M here: the
82           module will be called sym53c500_cs.
84 endif # SCSI_LOWLEVEL_PCMCIA