Kconfig 2.3 KB

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