]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/scsi/pcmcia/Kconfig
Linux-2.6.12-rc2
[mirror_ubuntu-bionic-kernel.git] / drivers / scsi / pcmcia / Kconfig
1 #
2 # PCMCIA SCSI adapter configuration
3 #
4
5 menu "PCMCIA SCSI adapter support"
6 depends on SCSI!=n && PCMCIA!=n && MODULES
7
8 config PCMCIA_AHA152X
9 tristate "Adaptec AHA152X PCMCIA support"
10 depends on m && !64BIT
11 help
12 Say Y here if you intend to attach this type of PCMCIA SCSI host
13 adapter to your computer.
14
15 To compile this driver as a module, choose M here: the
16 module will be called aha152x_cs.
17
18 config PCMCIA_FDOMAIN
19 tristate "Future Domain PCMCIA support"
20 depends on m
21 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
28 config PCMCIA_NINJA_SCSI
29 tristate "NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support"
30 depends on m && !64BIT
31 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
62 config PCMCIA_QLOGIC
63 tristate "Qlogic PCMCIA support"
64 depends on m
65 help
66 Say Y here if you intend to attach this type of PCMCIA SCSI host
67 adapter to your computer.
68
69 To compile this driver as a module, choose M here: the
70 module will be called qlogic_cs.
71
72 config PCMCIA_SYM53C500
73 tristate "Symbios 53c500 PCMCIA support"
74 depends on m
75 help
76 Say Y here if you have a New Media Bus Toaster or other PCMCIA
77 SCSI adapter based on the Symbios 53c500 controller.
78
79 To compile this driver as a module, choose M here: the
80 module will be called sym53c500_cs.
81
82 endmenu