Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # PCMCIA SCSI adapter configuration
0004 #
0005 
0006 menuconfig SCSI_LOWLEVEL_PCMCIA
0007         bool "PCMCIA SCSI adapter support"
0008         depends on SCSI!=n && PCMCIA!=n
0009 
0010 # drivers have problems when build in, so require modules
0011 if SCSI_LOWLEVEL_PCMCIA && SCSI && PCMCIA && m
0012 
0013 config PCMCIA_AHA152X
0014         tristate "Adaptec AHA152X PCMCIA support"
0015         select SCSI_SPI_ATTRS
0016         help
0017           Say Y here if you intend to attach this type of PCMCIA SCSI host
0018           adapter to your computer.
0019 
0020           To compile this driver as a module, choose M here: the
0021           module will be called aha152x_cs.
0022 
0023 config PCMCIA_FDOMAIN
0024         tristate "Future Domain PCMCIA support"
0025         select SCSI_FDOMAIN
0026         help
0027           Say Y here if you intend to attach this type of PCMCIA SCSI host
0028           adapter to your computer.
0029 
0030           To compile this driver as a module, choose M here: the
0031           module will be called fdomain_cs.
0032 
0033 config PCMCIA_NINJA_SCSI
0034         tristate "NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support"
0035         depends on !64BIT || COMPILE_TEST
0036         help
0037           If you intend to attach this type of PCMCIA SCSI host adapter to
0038           your computer, say Y here and read
0039           <file:Documentation/scsi/NinjaSCSI.rst>.
0040 
0041           Supported cards:
0042 
0043           NinjaSCSI-3: (version string: "WBT","NinjaSCSI-3","R1.0")
0044             IO-DATA     PCSC-FP
0045             ALPHA DATA  AD-PCS201
0046             CyQ've      SFC-201  
0047             LOGITECH    LPM-SCSI2E
0048             Pioneer PCR-PR24's card
0049             I-O DATA CDPS-PX24's card (PCSC-F)
0050             Panasonic KXL-RW10AN CD-RW's card
0051             etc.
0052 
0053           NinjaSCSI-32Bit (in 16bit mode):
0054             [Workbit (version string: "WORKBIT","UltraNinja-16","1")]
0055             Jazz SCP050
0056             [I-O DATA (OEM) (version string: "IO DATA","CBSC16       ","1")]
0057             I-O DATA CBSC-II
0058             [Kyusyu Matsushita Kotobuki (OEM)
0059                (version string: "KME    ","SCSI-CARD-001","1")]
0060             KME KXL-820AN's card
0061             HP M820e CDRW's card
0062             etc.
0063 
0064           To compile this driver as a module, choose M here: the
0065           module will be called nsp_cs.
0066 
0067 config PCMCIA_QLOGIC
0068         tristate "Qlogic PCMCIA support"
0069         help
0070           Say Y here if you intend to attach this type of PCMCIA SCSI host
0071           adapter to your computer.
0072 
0073           To compile this driver as a module, choose M here: the
0074           module will be called qlogic_cs.
0075 
0076 config PCMCIA_SYM53C500
0077         tristate "Symbios 53c500 PCMCIA support"
0078         help
0079           Say Y here if you have a New Media Bus Toaster or other PCMCIA
0080           SCSI adapter based on the Symbios 53c500 controller.
0081 
0082           To compile this driver as a module, choose M here: the
0083           module will be called sym53c500_cs.
0084 
0085 endif # SCSI_LOWLEVEL_PCMCIA