Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # PCMCIA SCSI adapter configuration |
| 3 | # |
| 4 | |
Jan Engelhardt | fc6e740 | 2007-07-09 12:00:08 -0700 | [diff] [blame] | 5 | menuconfig SCSI_LOWLEVEL_PCMCIA |
| 6 | bool "PCMCIA SCSI adapter support" |
Robert P. J. Day | 023ae61 | 2007-03-26 16:06:45 -0400 | [diff] [blame] | 7 | depends on SCSI!=n && PCMCIA!=n |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | |
James Bottomley | b523381 | 2008-01-18 17:47:56 -0600 | [diff] [blame] | 9 | # drivers have problems when build in, so require modules |
| 10 | if SCSI_LOWLEVEL_PCMCIA && SCSI && PCMCIA && m |
Jan Engelhardt | fc6e740 | 2007-07-09 12:00:08 -0700 | [diff] [blame] | 11 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | config PCMCIA_AHA152X |
| 13 | tristate "Adaptec AHA152X PCMCIA support" |
Dominik Brodowski | cdaeeda | 2006-03-05 11:42:06 +0100 | [diff] [blame] | 14 | select SCSI_SPI_ATTRS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 | help |
| 16 | Say Y here if you intend to attach this type of PCMCIA SCSI host |
| 17 | adapter to your computer. |
| 18 | |
| 19 | To compile this driver as a module, choose M here: the |
| 20 | module will be called aha152x_cs. |
| 21 | |
| 22 | config PCMCIA_FDOMAIN |
| 23 | tristate "Future Domain PCMCIA support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 24 | help |
| 25 | Say Y here if you intend to attach this type of PCMCIA SCSI host |
| 26 | adapter to your computer. |
| 27 | |
| 28 | To compile this driver as a module, choose M here: the |
| 29 | module will be called fdomain_cs. |
| 30 | |
| 31 | config PCMCIA_NINJA_SCSI |
| 32 | tristate "NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support" |
Robert P. J. Day | 023ae61 | 2007-03-26 16:06:45 -0400 | [diff] [blame] | 33 | depends on !64BIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 34 | help |
| 35 | If you intend to attach this type of PCMCIA SCSI host adapter to |
| 36 | your computer, say Y here and read |
| 37 | <file:Documentation/scsi/NinjaSCSI.txt>. |
| 38 | |
| 39 | Supported cards: |
| 40 | |
| 41 | NinjaSCSI-3: (version string: "WBT","NinjaSCSI-3","R1.0") |
| 42 | IO-DATA PCSC-FP |
| 43 | ALPHA DATA AD-PCS201 |
| 44 | CyQ've SFC-201 |
| 45 | LOGITECH LPM-SCSI2E |
| 46 | Pioneer PCR-PR24's card |
| 47 | I-O DATA CDPS-PX24's card (PCSC-F) |
| 48 | Panasonic KXL-RW10AN CD-RW's card |
| 49 | etc. |
| 50 | |
| 51 | NinjaSCSI-32Bit (in 16bit mode): |
| 52 | [Workbit (version string: "WORKBIT","UltraNinja-16","1")] |
| 53 | Jazz SCP050 |
| 54 | [I-O DATA (OEM) (version string: "IO DATA","CBSC16 ","1")] |
| 55 | I-O DATA CBSC-II |
| 56 | [Kyusyu Matsushita Kotobuki (OEM) |
| 57 | (version string: "KME ","SCSI-CARD-001","1")] |
| 58 | KME KXL-820AN's card |
| 59 | HP M820e CDRW's card |
| 60 | etc. |
| 61 | |
| 62 | To compile this driver as a module, choose M here: the |
| 63 | module will be called nsp_cs. |
| 64 | |
| 65 | config PCMCIA_QLOGIC |
| 66 | tristate "Qlogic PCMCIA support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 67 | help |
| 68 | Say Y here if you intend to attach this type of PCMCIA SCSI host |
| 69 | adapter to your computer. |
| 70 | |
| 71 | To compile this driver as a module, choose M here: the |
| 72 | module will be called qlogic_cs. |
| 73 | |
| 74 | config PCMCIA_SYM53C500 |
| 75 | tristate "Symbios 53c500 PCMCIA support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 76 | help |
| 77 | Say Y here if you have a New Media Bus Toaster or other PCMCIA |
| 78 | SCSI adapter based on the Symbios 53c500 controller. |
| 79 | |
| 80 | To compile this driver as a module, choose M here: the |
| 81 | module will be called sym53c500_cs. |
| 82 | |
Jan Engelhardt | fc6e740 | 2007-07-09 12:00:08 -0700 | [diff] [blame] | 83 | endif # SCSI_LOWLEVEL_PCMCIA |