summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2021-03-31 09:29:55 +0200
committerJens Axboe <axboe@kernel.dk>2021-04-06 09:28:17 -0600
commit8cad3b66bff4ee7c7d52b9a663cb6a2c5f66a7f7 (patch)
tree82ed54297678110c2e810225abef4ff4b8de09a2 /drivers/scsi/Kconfig
parent2f2fef022c3e7a29680cb5cb45c460d0ae786d05 (diff)
downloadlinux-stable-8cad3b66bff4ee7c7d52b9a663cb6a2c5f66a7f7.tar.gz
linux-stable-8cad3b66bff4ee7c7d52b9a663cb6a2c5f66a7f7.tar.bz2
linux-stable-8cad3b66bff4ee7c7d52b9a663cb6a2c5f66a7f7.zip
Buslogic: remove ISA support
The ISA support in Buslogic has been broken for a long time, as all the I/O path expects a struct device for DMA mapping that is derived from the PCI device, which would simply crash for ISA adapters. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Martin K. Petersen <martin.petersen@oracle.com> Reviewed-by: Hannes Reinecke <hare@suse.de> Acked-by: Khalid Aziz <khalid@gonehiking.org> Link: https://lore.kernel.org/r/20210331073001.46776-3-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 06b87c7f6bab..3d114be5b662 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -497,7 +497,7 @@ config SCSI_HPTIOP
config SCSI_BUSLOGIC
tristate "BusLogic SCSI support"
- depends on (PCI || ISA) && SCSI && ISA_DMA_API && VIRT_TO_BUS
+ depends on PCI && SCSI && VIRT_TO_BUS
help
This is support for BusLogic MultiMaster and FlashPoint SCSI Host
Adapters. Consult the SCSI-HOWTO, available from