projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ff6585
)
[PATCH] Kconfig fix (acornscsi)
author
Al Viro
<viro@www.linux.org.uk>
Tue, 23 Aug 2005 21:46:11 +0000
(22:46 +0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 24 Aug 2005 01:43:42 +0000
(18:43 -0700)
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>
drivers/scsi/arm/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/arm/Kconfig
b/drivers/scsi/arm/Kconfig
index 54b32868aaf7aa6835cae3a183d115a6e9b76f8c..13f23043c8a370f507fc5e8599e5735a4c265c6f 100644
(file)
--- 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.