[PATCH] Kconfig fix (acornscsi)
acornscsi had been broken for a long time; marked as such Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
9ff658589b
commit
a838e543db
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
config SCSI_ACORNSCSI_3
|
config SCSI_ACORNSCSI_3
|
||||||
tristate "Acorn SCSI card (aka30) support"
|
tristate "Acorn SCSI card (aka30) support"
|
||||||
depends on ARCH_ACORN && SCSI
|
depends on ARCH_ACORN && SCSI && BROKEN
|
||||||
help
|
help
|
||||||
This enables support for the Acorn SCSI card (aka30). If you have an
|
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.
|
Acorn system with one of these, say Y. If unsure, say N.
|
||||||
|
|
Loading…
Reference in New Issue