Kconfig 3.1 KB

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