Kconfig 2.1 KB

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