Kconfig 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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_FDOMAIN
  18. tristate "Future Domain PCMCIA support"
  19. help
  20. Say Y here if you intend to attach this type of PCMCIA SCSI host
  21. adapter to your computer.
  22. To compile this driver as a module, choose M here: the
  23. module will be called fdomain_cs.
  24. config PCMCIA_NINJA_SCSI
  25. tristate "NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support"
  26. depends on !64BIT
  27. help
  28. If you intend to attach this type of PCMCIA SCSI host adapter to
  29. your computer, say Y here and read
  30. <file:Documentation/scsi/NinjaSCSI.txt>.
  31. Supported cards:
  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. NinjaSCSI-32Bit (in 16bit mode):
  42. [Workbit (version string: "WORKBIT","UltraNinja-16","1")]
  43. Jazz SCP050
  44. [I-O DATA (OEM) (version string: "IO DATA","CBSC16 ","1")]
  45. I-O DATA CBSC-II
  46. [Kyusyu Matsushita Kotobuki (OEM)
  47. (version string: "KME ","SCSI-CARD-001","1")]
  48. KME KXL-820AN's card
  49. HP M820e CDRW's card
  50. etc.
  51. To compile this driver as a module, choose M here: the
  52. module will be called nsp_cs.
  53. config PCMCIA_QLOGIC
  54. tristate "Qlogic PCMCIA support"
  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. 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. endif # SCSI_LOWLEVEL_PCMCIA