Kconfig 2.4 KB

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