Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / scsi / pcmcia / Kconfig
blobdf52190f4d94e0301b1b707a6e2eb313cc9690dd
2 # PCMCIA SCSI adapter configuration
5 menu "PCMCIA SCSI adapter support"
6         depends on SCSI!=n && PCMCIA!=n && MODULES
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.
15           To compile this driver as a module, choose M here: the
16           module will be called aha152x_cs.
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.
25           To compile this driver as a module, choose M here: the
26           module will be called fdomain_cs.
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>.
36           Supported cards:
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.
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.
59           To compile this driver as a module, choose M here: the
60           module will be called nsp_cs.
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.
69           To compile this driver as a module, choose M here: the
70           module will be called qlogic_cs.
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.
79           To compile this driver as a module, choose M here: the
80           module will be called sym53c500_cs.
82 endmenu