Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # SCSI driver configuration for Acorn
0004 #
0005 config SCSI_ACORNSCSI_3
0006         tristate "Acorn SCSI card (aka30) support"
0007         depends on ARCH_ACORN && SCSI
0008         select SCSI_SPI_ATTRS
0009         help
0010           This enables support for the Acorn SCSI card (aka30). If you have an
0011           Acorn system with one of these, say Y. If unsure, say N.
0012 
0013 config SCSI_ACORNSCSI_SYNC
0014         bool "Support SCSI 2 Synchronous Transfers"
0015         depends on SCSI_ACORNSCSI_3
0016         help
0017           Say Y here to enable synchronous transfer negotiation with all
0018           targets on the Acorn SCSI card.
0019 
0020           In general, this improves performance; however some SCSI devices
0021           don't implement it properly, so the safe answer is N.
0022 
0023 config SCSI_ARXESCSI
0024         tristate "ARXE SCSI support"
0025         depends on ARCH_ACORN && SCSI
0026         help
0027           Around 1991, Arxe Systems Limited released a high density floppy
0028           disc interface for the Acorn Archimedes range, to allow the use of
0029           HD discs from the then new A5000 on earlier models. This interface
0030           was either sold on its own or with an integral SCSI controller.
0031           Technical details on this NCR53c94-based device are available at
0032           <http://www.cryton.demon.co.uk/acornbits/scsi_arxe.html>
0033           Say Y here to compile in support for the SCSI controller.
0034 
0035 config SCSI_CUMANA_2
0036         tristate "CumanaSCSI II support"
0037         depends on ARCH_ACORN && SCSI
0038         help
0039           This enables support for the Cumana SCSI II card. If you have an
0040           Acorn system with one of these, say Y. If unsure, say N.
0041 
0042 config SCSI_EESOXSCSI
0043         tristate "EESOX support"
0044         depends on ARCH_ACORN && SCSI
0045         help
0046           This enables support for the EESOX SCSI card. If you have an Acorn
0047           system with one of these, say Y, otherwise say N.
0048 
0049 config SCSI_POWERTECSCSI
0050         tristate "PowerTec support"
0051         depends on ARCH_ACORN && SCSI
0052         help
0053           This enables support for the Powertec SCSI card on Acorn systems. If
0054           you have one of these, say Y. If unsure, say N.
0055 
0056 comment "The following drivers are not fully supported"
0057         depends on ARCH_ACORN
0058 
0059 config SCSI_CUMANA_1
0060         tristate "CumanaSCSI I support"
0061         depends on ARCH_ACORN && SCSI
0062         select SCSI_SPI_ATTRS
0063         help
0064           This enables support for the Cumana SCSI I card. If you have an
0065           Acorn system with one of these, say Y. If unsure, say N.
0066 
0067 config SCSI_OAK1
0068         tristate "Oak SCSI support"
0069         depends on ARCH_ACORN && SCSI
0070         select SCSI_SPI_ATTRS
0071         help
0072           This enables support for the Oak SCSI card. If you have an Acorn
0073           system with one of these, say Y. If unsure, say N.
0074