18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 28c2ecf20Sopenharmony_ci# 38c2ecf20Sopenharmony_ci# PCMCIA SCSI adapter configuration 48c2ecf20Sopenharmony_ci# 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_cimenuconfig SCSI_LOWLEVEL_PCMCIA 78c2ecf20Sopenharmony_ci bool "PCMCIA SCSI adapter support" 88c2ecf20Sopenharmony_ci depends on SCSI!=n && PCMCIA!=n 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci# drivers have problems when build in, so require modules 118c2ecf20Sopenharmony_ciif SCSI_LOWLEVEL_PCMCIA && SCSI && PCMCIA && m 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ciconfig PCMCIA_AHA152X 148c2ecf20Sopenharmony_ci tristate "Adaptec AHA152X PCMCIA support" 158c2ecf20Sopenharmony_ci select SCSI_SPI_ATTRS 168c2ecf20Sopenharmony_ci help 178c2ecf20Sopenharmony_ci Say Y here if you intend to attach this type of PCMCIA SCSI host 188c2ecf20Sopenharmony_ci adapter to your computer. 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ci To compile this driver as a module, choose M here: the 218c2ecf20Sopenharmony_ci module will be called aha152x_cs. 228c2ecf20Sopenharmony_ci 238c2ecf20Sopenharmony_ciconfig PCMCIA_FDOMAIN 248c2ecf20Sopenharmony_ci tristate "Future Domain PCMCIA support" 258c2ecf20Sopenharmony_ci select SCSI_FDOMAIN 268c2ecf20Sopenharmony_ci help 278c2ecf20Sopenharmony_ci Say Y here if you intend to attach this type of PCMCIA SCSI host 288c2ecf20Sopenharmony_ci adapter to your computer. 298c2ecf20Sopenharmony_ci 308c2ecf20Sopenharmony_ci To compile this driver as a module, choose M here: the 318c2ecf20Sopenharmony_ci module will be called fdomain_cs. 328c2ecf20Sopenharmony_ci 338c2ecf20Sopenharmony_ciconfig PCMCIA_NINJA_SCSI 348c2ecf20Sopenharmony_ci tristate "NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support" 358c2ecf20Sopenharmony_ci depends on !64BIT || COMPILE_TEST 368c2ecf20Sopenharmony_ci help 378c2ecf20Sopenharmony_ci If you intend to attach this type of PCMCIA SCSI host adapter to 388c2ecf20Sopenharmony_ci your computer, say Y here and read 398c2ecf20Sopenharmony_ci <file:Documentation/scsi/NinjaSCSI.rst>. 408c2ecf20Sopenharmony_ci 418c2ecf20Sopenharmony_ci Supported cards: 428c2ecf20Sopenharmony_ci 438c2ecf20Sopenharmony_ci NinjaSCSI-3: (version string: "WBT","NinjaSCSI-3","R1.0") 448c2ecf20Sopenharmony_ci IO-DATA PCSC-FP 458c2ecf20Sopenharmony_ci ALPHA DATA AD-PCS201 468c2ecf20Sopenharmony_ci CyQ've SFC-201 478c2ecf20Sopenharmony_ci LOGITECH LPM-SCSI2E 488c2ecf20Sopenharmony_ci Pioneer PCR-PR24's card 498c2ecf20Sopenharmony_ci I-O DATA CDPS-PX24's card (PCSC-F) 508c2ecf20Sopenharmony_ci Panasonic KXL-RW10AN CD-RW's card 518c2ecf20Sopenharmony_ci etc. 528c2ecf20Sopenharmony_ci 538c2ecf20Sopenharmony_ci NinjaSCSI-32Bit (in 16bit mode): 548c2ecf20Sopenharmony_ci [Workbit (version string: "WORKBIT","UltraNinja-16","1")] 558c2ecf20Sopenharmony_ci Jazz SCP050 568c2ecf20Sopenharmony_ci [I-O DATA (OEM) (version string: "IO DATA","CBSC16 ","1")] 578c2ecf20Sopenharmony_ci I-O DATA CBSC-II 588c2ecf20Sopenharmony_ci [Kyusyu Matsushita Kotobuki (OEM) 598c2ecf20Sopenharmony_ci (version string: "KME ","SCSI-CARD-001","1")] 608c2ecf20Sopenharmony_ci KME KXL-820AN's card 618c2ecf20Sopenharmony_ci HP M820e CDRW's card 628c2ecf20Sopenharmony_ci etc. 638c2ecf20Sopenharmony_ci 648c2ecf20Sopenharmony_ci To compile this driver as a module, choose M here: the 658c2ecf20Sopenharmony_ci module will be called nsp_cs. 668c2ecf20Sopenharmony_ci 678c2ecf20Sopenharmony_ciconfig PCMCIA_QLOGIC 688c2ecf20Sopenharmony_ci tristate "Qlogic PCMCIA support" 698c2ecf20Sopenharmony_ci help 708c2ecf20Sopenharmony_ci Say Y here if you intend to attach this type of PCMCIA SCSI host 718c2ecf20Sopenharmony_ci adapter to your computer. 728c2ecf20Sopenharmony_ci 738c2ecf20Sopenharmony_ci To compile this driver as a module, choose M here: the 748c2ecf20Sopenharmony_ci module will be called qlogic_cs. 758c2ecf20Sopenharmony_ci 768c2ecf20Sopenharmony_ciconfig PCMCIA_SYM53C500 778c2ecf20Sopenharmony_ci tristate "Symbios 53c500 PCMCIA support" 788c2ecf20Sopenharmony_ci help 798c2ecf20Sopenharmony_ci Say Y here if you have a New Media Bus Toaster or other PCMCIA 808c2ecf20Sopenharmony_ci SCSI adapter based on the Symbios 53c500 controller. 818c2ecf20Sopenharmony_ci 828c2ecf20Sopenharmony_ci To compile this driver as a module, choose M here: the 838c2ecf20Sopenharmony_ci module will be called sym53c500_cs. 848c2ecf20Sopenharmony_ci 858c2ecf20Sopenharmony_ciendif # SCSI_LOWLEVEL_PCMCIA 86