aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/arm/Kconfig
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2021-09-15 17:07:14 +0800
committerMartin K. Petersen <martin.petersen@oracle.com>2021-09-22 00:13:38 -0400
commit756fb6a895afbf1f0615d93ebdd14863a00b1198 (patch)
tree10dd8f705e1502614ea04edb5b3c2e985702ebf0 /drivers/scsi/arm/Kconfig
parentbc41fcbffd5759c9610f7de211420eae6b379503 (diff)
downloadlinux-756fb6a895afbf1f0615d93ebdd14863a00b1198.tar.gz
scsi: acornscsi: Remove tagged queuing vestiges
The acornscsi driver has a config option to enable tagged queuing, but this option gets disabled in the driver itself with the comment 'needs to be debugged'. As this is a _really_ old driver I doubt anyone will be wanting to invest time here, so remove the tagged queue vestiges and make our lives easier. [jpg: Use scsi_cmd_to_rq()] Link: https://lore.kernel.org/r/1631696835-136198-3-git-send-email-john.garry@huawei.com Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: John Garry <john.garry@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/arm/Kconfig')
-rw-r--r--drivers/scsi/arm/Kconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/scsi/arm/Kconfig b/drivers/scsi/arm/Kconfig
index f34badc75196..9f64133f976a 100644
--- a/drivers/scsi/arm/Kconfig
+++ b/drivers/scsi/arm/Kconfig
@@ -10,17 +10,6 @@ config SCSI_ACORNSCSI_3
This enables support for the Acorn SCSI card (aka30). If you have an
Acorn system with one of these, say Y. If unsure, say N.
-config SCSI_ACORNSCSI_TAGGED_QUEUE
- bool "Support SCSI 2 Tagged queueing"
- depends on SCSI_ACORNSCSI_3
- help
- Say Y here to enable tagged queuing support on the Acorn SCSI card.
-
- This is a feature of SCSI-2 which improves performance: the host
- adapter can send several SCSI commands to a device's queue even if
- previous commands haven't finished yet. Some SCSI devices don't
- implement this properly, so the safe answer is N.
-
config SCSI_ACORNSCSI_SYNC
bool "Support SCSI 2 Synchronous Transfers"
depends on SCSI_ACORNSCSI_3