Kconfig 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. #
  2. # SCSI driver configuration for Acorn
  3. #
  4. config SCSI_ACORNSCSI_3
  5. tristate "Acorn SCSI card (aka30) support"
  6. depends on ARCH_ACORN && SCSI
  7. select SCSI_SPI_ATTRS
  8. help
  9. This enables support for the Acorn SCSI card (aka30). If you have an
  10. Acorn system with one of these, say Y. If unsure, say N.
  11. config SCSI_ACORNSCSI_TAGGED_QUEUE
  12. bool "Support SCSI 2 Tagged queueing"
  13. depends on SCSI_ACORNSCSI_3
  14. help
  15. Say Y here to enable tagged queuing support on the Acorn SCSI card.
  16. This is a feature of SCSI-2 which improves performance: the host
  17. adapter can send several SCSI commands to a device's queue even if
  18. previous commands haven't finished yet. Some SCSI devices don't
  19. implement this properly, so the safe answer is N.
  20. config SCSI_ACORNSCSI_SYNC
  21. bool "Support SCSI 2 Synchronous Transfers"
  22. depends on SCSI_ACORNSCSI_3
  23. help
  24. Say Y here to enable synchronous transfer negotiation with all
  25. targets on the Acorn SCSI card.
  26. In general, this improves performance; however some SCSI devices
  27. don't implement it properly, so the safe answer is N.
  28. config SCSI_ARXESCSI
  29. tristate "ARXE SCSI support"
  30. depends on ARCH_ACORN && SCSI
  31. help
  32. Around 1991, Arxe Systems Limited released a high density floppy
  33. disc interface for the Acorn Archimedes range, to allow the use of
  34. HD discs from the then new A5000 on earlier models. This interface
  35. was either sold on its own or with an integral SCSI controller.
  36. Technical details on this NCR53c94-based device are available at
  37. <http://www.cryton.demon.co.uk/acornbits/scsi_arxe.html>
  38. Say Y here to compile in support for the SCSI controller.
  39. config SCSI_CUMANA_2
  40. tristate "CumanaSCSI II support"
  41. depends on ARCH_ACORN && SCSI
  42. help
  43. This enables support for the Cumana SCSI II card. If you have an
  44. Acorn system with one of these, say Y. If unsure, say N.
  45. config SCSI_EESOXSCSI
  46. tristate "EESOX support"
  47. depends on ARCH_ACORN && SCSI
  48. help
  49. This enables support for the EESOX SCSI card. If you have an Acorn
  50. system with one of these, say Y, otherwise say N.
  51. config SCSI_POWERTECSCSI
  52. tristate "PowerTec support"
  53. depends on ARCH_ACORN && SCSI
  54. help
  55. This enables support for the Powertec SCSI card on Acorn systems. If
  56. you have one of these, say Y. If unsure, say N.
  57. comment "The following drivers are not fully supported"
  58. depends on ARCH_ACORN
  59. config SCSI_CUMANA_1
  60. tristate "CumanaSCSI I support"
  61. depends on ARCH_ACORN && SCSI
  62. select SCSI_SPI_ATTRS
  63. help
  64. This enables support for the Cumana SCSI I card. If you have an
  65. Acorn system with one of these, say Y. If unsure, say N.
  66. config SCSI_OAK1
  67. tristate "Oak SCSI support"
  68. depends on ARCH_ACORN && SCSI
  69. select SCSI_SPI_ATTRS
  70. help
  71. This enables support for the Oak SCSI card. If you have an Acorn
  72. system with one of these, say Y. If unsure, say N.