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