Kconfig 2.4 KB

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