]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/scsi/arm/Kconfig
scsi: acornscsi: Remove tagged queuing vestiges
[mirror_ubuntu-jammy-kernel.git] / drivers / scsi / arm / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
1da177e4
LT
2#
3# SCSI driver configuration for Acorn
4#
5config SCSI_ACORNSCSI_3
6 tristate "Acorn SCSI card (aka30) support"
324b9337 7 depends on ARCH_ACORN && SCSI
410ca5c7 8 select SCSI_SPI_ATTRS
1da177e4
LT
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
1da177e4
LT
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"
fbc06063 57 depends on ARCH_ACORN
1da177e4
LT
58
59config SCSI_CUMANA_1
fbc06063
KC
60 tristate "CumanaSCSI I support"
61 depends on ARCH_ACORN && SCSI
ca8c100a 62 select SCSI_SPI_ATTRS
1da177e4
LT
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
1da177e4 67config SCSI_OAK1
fbc06063
KC
68 tristate "Oak SCSI support"
69 depends on ARCH_ACORN && SCSI
ca8c100a 70 select SCSI_SPI_ATTRS
1da177e4
LT
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