brintos

brintos / linux-shallow public Read only

0
0
Text · 2.5 KiB · 449bd85 Raw
90 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# PCMCIA SCSI adapter configuration4#5 6menuconfig SCSI_LOWLEVEL_PCMCIA7	bool "PCMCIA SCSI adapter support"8	depends on SCSI!=n && PCMCIA!=n9 10# drivers have problems when build in, so require modules11if SCSI_LOWLEVEL_PCMCIA && SCSI && PCMCIA && m12 13config PCMCIA_AHA152X14	tristate "Adaptec AHA152X PCMCIA support"15	depends on HAS_IOPORT16	select SCSI_SPI_ATTRS17	help18	  Say Y here if you intend to attach this type of PCMCIA SCSI host19	  adapter to your computer.20 21	  To compile this driver as a module, choose M here: the22	  module will be called aha152x_cs.23 24config PCMCIA_FDOMAIN25	tristate "Future Domain PCMCIA support"26	depends on HAS_IOPORT27	select SCSI_FDOMAIN28	help29	  Say Y here if you intend to attach this type of PCMCIA SCSI host30	  adapter to your computer.31 32	  To compile this driver as a module, choose M here: the33	  module will be called fdomain_cs.34 35config PCMCIA_NINJA_SCSI36	tristate "NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support"37	depends on (!64BIT || COMPILE_TEST) && HAS_IOPORT38	help39	  If you intend to attach this type of PCMCIA SCSI host adapter to40	  your computer, say Y here and read41	  <file:Documentation/scsi/NinjaSCSI.rst>.42 43	  Supported cards:44 45	  NinjaSCSI-3: (version string: "WBT","NinjaSCSI-3","R1.0")46	    IO-DATA     PCSC-FP47	    ALPHA DATA  AD-PCS20148	    CyQ've      SFC-201  49	    LOGITECH    LPM-SCSI2E50	    Pioneer PCR-PR24's card51	    I-O DATA CDPS-PX24's card (PCSC-F)52	    Panasonic KXL-RW10AN CD-RW's card53	    etc.54 55	  NinjaSCSI-32Bit (in 16bit mode):56	    [Workbit (version string: "WORKBIT","UltraNinja-16","1")]57	    Jazz SCP05058	    [I-O DATA (OEM) (version string: "IO DATA","CBSC16       ","1")]59	    I-O DATA CBSC-II60	    [Kyusyu Matsushita Kotobuki (OEM)61               (version string: "KME    ","SCSI-CARD-001","1")]62	    KME KXL-820AN's card63	    HP M820e CDRW's card64	    etc.65 66	  To compile this driver as a module, choose M here: the67	  module will be called nsp_cs.68 69config PCMCIA_QLOGIC70	tristate "Qlogic PCMCIA support"71	depends on HAS_IOPORT72	help73	  Say Y here if you intend to attach this type of PCMCIA SCSI host74	  adapter to your computer.75 76	  To compile this driver as a module, choose M here: the77	  module will be called qlogic_cs.78 79config PCMCIA_SYM53C50080	tristate "Symbios 53c500 PCMCIA support"81	depends on HAS_IOPORT82	help83	  Say Y here if you have a New Media Bus Toaster or other PCMCIA84	  SCSI adapter based on the Symbios 53c500 controller.85 86	  To compile this driver as a module, choose M here: the87	  module will be called sym53c500_cs.88 89endif # SCSI_LOWLEVEL_PCMCIA90