brintos

brintos / linux-shallow public Read only

0
0
Text · 2.4 KiB · 9f64133 Raw
75 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# SCSI driver configuration for Acorn4#5config SCSI_ACORNSCSI_36	tristate "Acorn SCSI card (aka30) support"7	depends on ARCH_ACORN && SCSI8	select SCSI_SPI_ATTRS9	help10	  This enables support for the Acorn SCSI card (aka30). If you have an11	  Acorn system with one of these, say Y. If unsure, say N.12 13config SCSI_ACORNSCSI_SYNC14	bool "Support SCSI 2 Synchronous Transfers"15	depends on SCSI_ACORNSCSI_316	help17	  Say Y here to enable synchronous transfer negotiation with all18	  targets on the Acorn SCSI card.19 20	  In general, this improves performance; however some SCSI devices21	  don't implement it properly, so the safe answer is N.22 23config SCSI_ARXESCSI24	tristate "ARXE SCSI support"25	depends on ARCH_ACORN && SCSI26	help27	  Around 1991, Arxe Systems Limited released a high density floppy28	  disc interface for the Acorn Archimedes range, to allow the use of29	  HD discs from the then new A5000 on earlier models. This interface30	  was either sold on its own or with an integral SCSI controller.31	  Technical details on this NCR53c94-based device are available at32	  <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_236	tristate "CumanaSCSI II support"37	depends on ARCH_ACORN && SCSI38	help39	  This enables support for the Cumana SCSI II card. If you have an40	  Acorn system with one of these, say Y. If unsure, say N.41 42config SCSI_EESOXSCSI43	tristate "EESOX support"44	depends on ARCH_ACORN && SCSI45	help46	  This enables support for the EESOX SCSI card. If you have an Acorn47	  system with one of these, say Y, otherwise say N.48 49config SCSI_POWERTECSCSI50	tristate "PowerTec support"51	depends on ARCH_ACORN && SCSI52	help53	  This enables support for the Powertec SCSI card on Acorn systems. If54	  you have one of these, say Y. If unsure, say N.55 56comment "The following drivers are not fully supported"57	depends on ARCH_ACORN58 59config SCSI_CUMANA_160	tristate "CumanaSCSI I support"61	depends on ARCH_ACORN && SCSI62	select SCSI_SPI_ATTRS63	help64	  This enables support for the Cumana SCSI I card. If you have an65	  Acorn system with one of these, say Y. If unsure, say N.66 67config SCSI_OAK168	tristate "Oak SCSI support"69	depends on ARCH_ACORN && SCSI70	select SCSI_SPI_ATTRS71	help72	  This enables support for the Oak SCSI card. If you have an Acorn73	  system with one of these, say Y. If unsure, say N.74 75