[PATCH] (17/43) Kconfig fix (acornscsi)

From: Al Viro
Date: Tue Aug 23 2005 - 16:52:28 EST


acornscsi had been broken for a long time; marked as such

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
----
diff -urN RC13-rc6-git13-8390/drivers/scsi/arm/Kconfig RC13-rc6-git13-acornscsi/drivers/scsi/arm/Kconfig
--- RC13-rc6-git13-8390/drivers/scsi/arm/Kconfig 2005-06-17 15:48:29.000000000 -0400
+++ RC13-rc6-git13-acornscsi/drivers/scsi/arm/Kconfig 2005-08-21 13:17:01.000000000 -0400
@@ -3,7 +3,7 @@
#
config SCSI_ACORNSCSI_3
tristate "Acorn SCSI card (aka30) support"
- depends on ARCH_ACORN && SCSI
+ depends on ARCH_ACORN && SCSI && BROKEN
help
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.
-
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/