# SPDX-License-Identifier: GPL-2.0-only # # [31mCONFIG_SCSI[0m driver configuration for Acorn # config [31mCONFIG_SCSI_ACORNSCSI_3[0m tristate "Acorn SCSI card (aka30) support" depends on [31mCONFIG_ARCH_ACORN[0m && [31mCONFIG_SCSI[0m select [31mCONFIG_SCSI_SPI_ATTRS[0m help This enables support for the Acorn [31mCONFIG_SCSI[0m card (aka30). If you have an Acorn system with one of these, say Y. If unsure, say N. config [31mCONFIG_SCSI_ACORNSCSI_TAGGED_QUEUE[0m bool "Support SCSI 2 Tagged queueing" depends on [31mCONFIG_SCSI_ACORNSCSI_3[0m help Say Y here to enable tagged queuing support on the Acorn [31mCONFIG_SCSI[0m card. This is a feature of [31mCONFIG_SCSI[0m-2 which improves performance: the host adapter can send several [31mCONFIG_SCSI[0m commands to a device's queue even if previous commands haven't finished yet. Some [31mCONFIG_SCSI[0m devices don't implement this properly, so the safe answer is N. config [31mCONFIG_SCSI_ACORNSCSI_SYNC[0m bool "Support SCSI 2 Synchronous Transfers" depends on [31mCONFIG_SCSI_ACORNSCSI_3[0m help Say Y here to enable synchronous transfer negotiation with all targets on the Acorn [31mCONFIG_SCSI[0m card. In general, this improves performance; however some [31mCONFIG_SCSI[0m devices don't implement it properly, so the safe answer is N. config [31mCONFIG_SCSI_ARXESCSI[0m tristate "ARXE SCSI support" depends on [31mCONFIG_ARCH_ACORN[0m && [31mCONFIG_SCSI[0m help Around 1991, Arxe Systems Limited released a high density floppy disc interface for the Acorn Archimedes range, to allow the use of HD discs from the then new A5000 on earlier models. This interface was either sold on its own or with an integral [31mCONFIG_SCSI[0m controller. Technical details on this NCR53c94-based device are available at <http://www.cryton.demon.co.uk/acornbits/scsi_arxe.html> Say Y here to compile in support for the [31mCONFIG_SCSI[0m controller. config [31mCONFIG_SCSI_CUMANA_2[0m tristate "CumanaSCSI II support" depends on [31mCONFIG_ARCH_ACORN[0m && [31mCONFIG_SCSI[0m help This enables support for the Cumana [31mCONFIG_SCSI[0m II card. If you have an Acorn system with one of these, say Y. If unsure, say N. config [31mCONFIG_SCSI_EESOXSCSI[0m tristate "EESOX support" depends on [31mCONFIG_ARCH_ACORN[0m && [31mCONFIG_SCSI[0m help This enables support for the EESOX [31mCONFIG_SCSI[0m card. If you have an Acorn system with one of these, say Y, otherwise say N. config [31mCONFIG_SCSI_POWERTECSCSI[0m tristate "PowerTec support" depends on [31mCONFIG_ARCH_ACORN[0m && [31mCONFIG_SCSI[0m help This enables support for the Powertec [31mCONFIG_SCSI[0m card on Acorn systems. If you have one of these, say Y. If unsure, say N. comment "The following drivers are not fully supported" depends on [31mCONFIG_ARCH_ACORN[0m config [31mCONFIG_SCSI_CUMANA_1[0m tristate "CumanaSCSI I support" depends on [31mCONFIG_ARCH_ACORN[0m && [31mCONFIG_SCSI[0m select [31mCONFIG_SCSI_SPI_ATTRS[0m help This enables support for the Cumana [31mCONFIG_SCSI[0m I card. If you have an Acorn system with one of these, say Y. If unsure, say N. config [31mCONFIG_SCSI_OAK1[0m tristate "Oak SCSI support" depends on [31mCONFIG_ARCH_ACORN[0m && [31mCONFIG_SCSI[0m select [31mCONFIG_SCSI_SPI_ATTRS[0m help This enables support for the Oak [31mCONFIG_SCSI[0m card. If you have an Acorn system with one of these, say Y. If unsure, say N. |