aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
authorOndrej Zary <linux@zary.sk>2019-05-14 19:23:09 +0200
committerMartin K. Petersen <martin.petersen@oracle.com>2019-06-18 19:46:18 -0400
commite5207cf021df382fe1936f2314ab19e390026a06 (patch)
tree4bd4b69138d6734c533517949664b6ee7e3ff180 /drivers/scsi/Kconfig
parentscsi: fdomain: Resurrect driver - PCI support (diff)
downloadlinux-dev-e5207cf021df382fe1936f2314ab19e390026a06.tar.xz
linux-dev-e5207cf021df382fe1936f2314ab19e390026a06.zip
scsi: fdomain: Resurrect driver - ISA support
Future Domain 16xx ISA SCSI support card support. Tested on IBM 92F0330 card (18C50 chip) with v1.00 BIOS. Signed-off-by: Ondrej Zary <linux@zary.sk> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index b66c624affb0..e365787bf698 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -662,6 +662,20 @@ config SCSI_FDOMAIN_PCI
To compile this driver as a module, choose M here: the
module will be called fdomain_pci.
+config SCSI_FDOMAIN_ISA
+ tristate "Future Domain 16xx ISA SCSI support"
+ depends on ISA && SCSI
+ select CHECK_SIGNATURE
+ select SCSI_FDOMAIN
+ help
+ This is support for Future Domain's 16-bit SCSI host adapters
+ (TMC-1660/1680, TMC-1650/1670, TMC-1610M/MER/MEX) and other adapters
+ with ISA bus based on the Future Domain chipsets (Quantum ISA-200S,
+ ISA-250MG; and at least one IBM board).
+
+ To compile this driver as a module, choose M here: the
+ module will be called fdomain_isa.
+
config SCSI_GDTH
tristate "Intel/ICP (former GDT SCSI Disk Array) RAID Controller support"
depends on PCI && SCSI