Kconfig 2.3 KB

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