Kconfig 2.4 KB

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