diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-08-23 22:46:11 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-23 18:43:42 -0700 |
commit | a838e543db8f65ccbc710548916f20c23e51a363 (patch) | |
tree | 8f44f5731d0c7ec5142a48e9fca39ecb77d6c4c6 | |
parent | 9ff658589b8549a9142708d34625c7db6e34a672 (diff) | |
download | linux-3.10-a838e543db8f65ccbc710548916f20c23e51a363.tar.gz linux-3.10-a838e543db8f65ccbc710548916f20c23e51a363.tar.bz2 linux-3.10-a838e543db8f65ccbc710548916f20c23e51a363.zip |
[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>
-rw-r--r-- | drivers/scsi/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/arm/Kconfig b/drivers/scsi/arm/Kconfig index 54b32868aaf..13f23043c8a 100644 --- a/drivers/scsi/arm/Kconfig +++ b/drivers/scsi/arm/Kconfig @@ -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. |