xref: /openbmc/linux/drivers/scsi/arm/Kconfig (revision 762f99f4f3cb41a775b5157dd761217beba65873)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
21da177e4SLinus Torvalds#
31da177e4SLinus Torvalds# SCSI driver configuration for Acorn
41da177e4SLinus Torvalds#
51da177e4SLinus Torvaldsconfig SCSI_ACORNSCSI_3
61da177e4SLinus Torvalds	tristate "Acorn SCSI card (aka30) support"
7324b9337SRussell King	depends on ARCH_ACORN && SCSI
8410ca5c7SMatthew Wilcox	select SCSI_SPI_ATTRS
91da177e4SLinus Torvalds	help
101da177e4SLinus Torvalds	  This enables support for the Acorn SCSI card (aka30). If you have an
111da177e4SLinus Torvalds	  Acorn system with one of these, say Y. If unsure, say N.
121da177e4SLinus Torvalds
131da177e4SLinus Torvaldsconfig SCSI_ACORNSCSI_SYNC
141da177e4SLinus Torvalds	bool "Support SCSI 2 Synchronous Transfers"
151da177e4SLinus Torvalds	depends on SCSI_ACORNSCSI_3
161da177e4SLinus Torvalds	help
171da177e4SLinus Torvalds	  Say Y here to enable synchronous transfer negotiation with all
181da177e4SLinus Torvalds	  targets on the Acorn SCSI card.
191da177e4SLinus Torvalds
201da177e4SLinus Torvalds	  In general, this improves performance; however some SCSI devices
211da177e4SLinus Torvalds	  don't implement it properly, so the safe answer is N.
221da177e4SLinus Torvalds
231da177e4SLinus Torvaldsconfig SCSI_ARXESCSI
241da177e4SLinus Torvalds	tristate "ARXE SCSI support"
251da177e4SLinus Torvalds	depends on ARCH_ACORN && SCSI
261da177e4SLinus Torvalds	help
271da177e4SLinus Torvalds	  Around 1991, Arxe Systems Limited released a high density floppy
281da177e4SLinus Torvalds	  disc interface for the Acorn Archimedes range, to allow the use of
291da177e4SLinus Torvalds	  HD discs from the then new A5000 on earlier models. This interface
301da177e4SLinus Torvalds	  was either sold on its own or with an integral SCSI controller.
311da177e4SLinus Torvalds	  Technical details on this NCR53c94-based device are available at
321da177e4SLinus Torvalds	  <http://www.cryton.demon.co.uk/acornbits/scsi_arxe.html>
331da177e4SLinus Torvalds	  Say Y here to compile in support for the SCSI controller.
341da177e4SLinus Torvalds
351da177e4SLinus Torvaldsconfig SCSI_CUMANA_2
361da177e4SLinus Torvalds	tristate "CumanaSCSI II support"
371da177e4SLinus Torvalds	depends on ARCH_ACORN && SCSI
381da177e4SLinus Torvalds	help
391da177e4SLinus Torvalds	  This enables support for the Cumana SCSI II card. If you have an
401da177e4SLinus Torvalds	  Acorn system with one of these, say Y. If unsure, say N.
411da177e4SLinus Torvalds
421da177e4SLinus Torvaldsconfig SCSI_EESOXSCSI
431da177e4SLinus Torvalds	tristate "EESOX support"
441da177e4SLinus Torvalds	depends on ARCH_ACORN && SCSI
451da177e4SLinus Torvalds	help
461da177e4SLinus Torvalds	  This enables support for the EESOX SCSI card. If you have an Acorn
471da177e4SLinus Torvalds	  system with one of these, say Y, otherwise say N.
481da177e4SLinus Torvalds
491da177e4SLinus Torvaldsconfig SCSI_POWERTECSCSI
501da177e4SLinus Torvalds	tristate "PowerTec support"
511da177e4SLinus Torvalds	depends on ARCH_ACORN && SCSI
521da177e4SLinus Torvalds	help
531da177e4SLinus Torvalds	  This enables support for the Powertec SCSI card on Acorn systems. If
541da177e4SLinus Torvalds	  you have one of these, say Y. If unsure, say N.
551da177e4SLinus Torvalds
561da177e4SLinus Torvaldscomment "The following drivers are not fully supported"
57fbc06063SKees Cook	depends on ARCH_ACORN
581da177e4SLinus Torvalds
591da177e4SLinus Torvaldsconfig SCSI_CUMANA_1
60fbc06063SKees Cook	tristate "CumanaSCSI I support"
61fbc06063SKees Cook	depends on ARCH_ACORN && SCSI
62ca8c100aSRussell King	select SCSI_SPI_ATTRS
631da177e4SLinus Torvalds	help
641da177e4SLinus Torvalds	  This enables support for the Cumana SCSI I card. If you have an
651da177e4SLinus Torvalds	  Acorn system with one of these, say Y. If unsure, say N.
661da177e4SLinus Torvalds
671da177e4SLinus Torvaldsconfig SCSI_OAK1
68fbc06063SKees Cook	tristate "Oak SCSI support"
69fbc06063SKees Cook	depends on ARCH_ACORN && SCSI
70ca8c100aSRussell King	select SCSI_SPI_ATTRS
711da177e4SLinus Torvalds	help
721da177e4SLinus Torvalds	  This enables support for the Oak SCSI card. If you have an Acorn
731da177e4SLinus Torvalds	  system with one of these, say Y. If unsure, say N.
741da177e4SLinus Torvalds
75