[PATCH] Add bus dependencies to two scsi drivers

From: Christian Bornträger
Date: Wed Aug 04 2004 - 09:28:07 EST


Two scsi drivers do not compile on systems without ISA/PCI. Therefore
allyesconfig breaks on hardware like s390.

Signed-off-by: Christian Bornträger <linux-kernel@xxxxxxxxxxxxxxx>

diff -u -r1.36 Kconfig
--- a/drivers/scsi/Kconfig 23 Jun 2004 14:39:43 -0000 1.36
+++ b/drivers/scsi/Kconfig 4 Aug 2004 14:10:34 -0000
@@ -309,7 +309,7 @@

config SCSI_AIC7XXX_OLD
tristate "Adaptec AIC7xxx support (old driver)"
- depends on SCSI
+ depends on (ISA || EISA || PCI ) && SCSI
help
WARNING This driver is an older aic7xxx driver and is no longer
under active development. Adaptec, Inc. is writing a new driver to
@@ -578,7 +578,7 @@

config SCSI_EATA_PIO
tristate "EATA-PIO (old DPT PM2001, PM2012A) support"
- depends on SCSI
+ depends on (ISA || EISA || PCI) && SCSI
---help---
This driver supports all EATA-PIO protocol compliant SCSI Host
Adapters like the DPT PM2001 and the PM2012A. EATA-DMA compliant



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/