]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] broken dependency for floppy on ARM
authorAl Viro <viro@www.linux.org.uk>
Sun, 24 Apr 2005 19:28:35 +0000 (12:28 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 24 Apr 2005 19:28:35 +0000 (12:28 -0700)
commit461790f79028ee9bfc3dd9d9afccc7e264aff9c7
treedf42b2cb77406e1ce83312410889f9d95133322b
parenta62e7cef1aef9f98bddd92b8f9f8f3c2fb25037b
[PATCH] broken dependency for floppy on ARM

(!ARCH_S390 && !M68K && !IA64 && !UML) is obviously always true on ARM.

Intended behaviour for ARM is "absent unless we are on RiscPC or
EBSA285".  So what we want is added && !ARM in the first term - without
it the last part (|| ARCH_RPC || ARCH_EBSA285, that is) doesn't do
anything.

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/block/Kconfig