]> git.hungrycats.org Git - linux/commitdiff
[PATCH] fix "optimize && ?"
authorRussell King <rmk+lkml@arm.linux.org.uk>
Fri, 19 Mar 2004 04:52:30 +0000 (20:52 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 19 Mar 2004 04:52:30 +0000 (20:52 -0800)
This prevents the "optimize && ?" message appearing when the kernel
configuration tool is run.  The message could be eliminated from the
tool, but I'd rather fix the needlessly over-complicated expression:

drivers/block/Kconfig

index ecc967068f70309e8f4bcb43100ca9286927212c..bc774118fb964b2e76b797be92d82d03f74c014e 100644 (file)
@@ -330,7 +330,7 @@ config BLK_DEV_RAM_SIZE
 
 config BLK_DEV_INITRD
        bool "Initial RAM disk (initrd) support"
-       depends on BLK_DEV_RAM && BLK_DEV_RAM!=m
+       depends on BLK_DEV_RAM=y
        help
          The initial RAM disk is a RAM disk that is loaded by the boot loader
          (loadlin or lilo) and that is mounted as root before the normal boot