Message ID | 20230417205207.1592134-1-arnd@kernel.org (mailing list archive) |
---|---|
State | Deferred |
Headers | show |
Series | scsi: advansys: disallow ISA-only build | expand |
Arnd, > The ISA support for this driver was removed a while ago, but the > Kconfig dependencies still need an update to require EISA or PCI. Applied to 6.4/scsi-staging, thanks!
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 03e71e3d5e5b..5956d2bfc9d9 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -462,8 +462,7 @@ config SCSI_MVUMI config SCSI_ADVANSYS tristate "AdvanSys SCSI support" depends on SCSI - depends on ISA || EISA || PCI - depends on ISA_DMA_API || !ISA + depends on EISA || PCI help This is a driver for all SCSI host adapters manufactured by AdvanSys. It is documented in the kernel source in