diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
commit | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch) | |
tree | 0bba044c4ce775e45a88a51686b5d9f90697ea9d /drivers/scsi/pcmcia/Kconfig |
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
Diffstat (limited to 'drivers/scsi/pcmcia/Kconfig')
-rw-r--r-- | drivers/scsi/pcmcia/Kconfig | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/drivers/scsi/pcmcia/Kconfig b/drivers/scsi/pcmcia/Kconfig new file mode 100644 index 000000000000..df52190f4d94 --- /dev/null +++ b/drivers/scsi/pcmcia/Kconfig | |||
@@ -0,0 +1,82 @@ | |||
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 | ||