7dd787f6ab273a315f69ae84f50d992fc879ec37
[pandora-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
7
8 config PCMCIA_AHA152X
9         tristate "Adaptec AHA152X PCMCIA support"
10         depends on !64BIT
11         select SCSI_SPI_ATTRS
12         help
13           Say Y here if you intend to attach this type of PCMCIA SCSI host
14           adapter to your computer.
15
16           To compile this driver as a module, choose M here: the
17           module will be called aha152x_cs.
18
19 config PCMCIA_FDOMAIN
20         tristate "Future Domain PCMCIA support"
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 !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         help
65           Say Y here if you intend to attach this type of PCMCIA SCSI host
66           adapter to your computer.
67
68           To compile this driver as a module, choose M here: the
69           module will be called qlogic_cs.
70
71 config PCMCIA_SYM53C500
72         tristate "Symbios 53c500 PCMCIA support"
73         help
74           Say Y here if you have a New Media Bus Toaster or other PCMCIA
75           SCSI adapter based on the Symbios 53c500 controller.
76
77           To compile this driver as a module, choose M here: the
78           module will be called sym53c500_cs.
79
80 endmenu