linux/drivers/scsi/pcmcia/Kconfig
<<
>>
Prefs
   1#
   2# PCMCIA SCSI adapter configuration
   3#
   4
   5menuconfig SCSI_LOWLEVEL_PCMCIA
   6        bool "PCMCIA SCSI adapter support"
   7        depends on SCSI!=n && PCMCIA!=n
   8
   9# drivers have problems when build in, so require modules
  10if SCSI_LOWLEVEL_PCMCIA && SCSI && PCMCIA && m
  11
  12config PCMCIA_AHA152X
  13        tristate "Adaptec AHA152X PCMCIA support"
  14        select SCSI_SPI_ATTRS
  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
  22config PCMCIA_NINJA_SCSI
  23        tristate "NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support"
  24        depends on !64BIT
  25        help
  26          If you intend to attach this type of PCMCIA SCSI host adapter to
  27          your computer, say Y here and read
  28          <file:Documentation/scsi/NinjaSCSI.txt>.
  29
  30          Supported cards:
  31
  32          NinjaSCSI-3: (version string: "WBT","NinjaSCSI-3","R1.0")
  33            IO-DATA     PCSC-FP
  34            ALPHA DATA  AD-PCS201
  35            CyQ've      SFC-201  
  36            LOGITECH    LPM-SCSI2E
  37            Pioneer PCR-PR24's card
  38            I-O DATA CDPS-PX24's card (PCSC-F)
  39            Panasonic KXL-RW10AN CD-RW's card
  40            etc.
  41
  42          NinjaSCSI-32Bit (in 16bit mode):
  43            [Workbit (version string: "WORKBIT","UltraNinja-16","1")]
  44            Jazz SCP050
  45            [I-O DATA (OEM) (version string: "IO DATA","CBSC16       ","1")]
  46            I-O DATA CBSC-II
  47            [Kyusyu Matsushita Kotobuki (OEM)
  48               (version string: "KME    ","SCSI-CARD-001","1")]
  49            KME KXL-820AN's card
  50            HP M820e CDRW's card
  51            etc.
  52
  53          To compile this driver as a module, choose M here: the
  54          module will be called nsp_cs.
  55
  56config PCMCIA_QLOGIC
  57        tristate "Qlogic PCMCIA support"
  58        help
  59          Say Y here if you intend to attach this type of PCMCIA SCSI host
  60          adapter to your computer.
  61
  62          To compile this driver as a module, choose M here: the
  63          module will be called qlogic_cs.
  64
  65config PCMCIA_SYM53C500
  66        tristate "Symbios 53c500 PCMCIA support"
  67        help
  68          Say Y here if you have a New Media Bus Toaster or other PCMCIA
  69          SCSI adapter based on the Symbios 53c500 controller.
  70
  71          To compile this driver as a module, choose M here: the
  72          module will be called sym53c500_cs.
  73
  74endif # SCSI_LOWLEVEL_PCMCIA
  75