lkml.org 
[lkml]   [2006]   [Mar]   [18]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateSat, 18 Mar 2006 06:01:41 +0100
FromAdrian Bunk <>
Subject[2.6 patch] let BLK_DEV_RAM_COUNT depend on BLK_DEV_RAM
It's purely cosmetical, but with the patch there's no longer a 
BLK_DEV_RAM_COUNT setting in the .config if BLK_DEV_RAM=n.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.16-rc6-mm1-full/drivers/block/Kconfig.old	2006-03-18 05:42:06.000000000 +0100
+++ linux-2.6.16-rc6-mm1-full/drivers/block/Kconfig	2006-03-18 05:42:39.000000000 +0100
@@ -383,8 +383,9 @@
 	  thus say N here.
 
 config BLK_DEV_RAM_COUNT
-	int "Default number of RAM disks" if BLK_DEV_RAM
+	int "Default number of RAM disks"
 	default "16"
+	depends on BLK_DEV_RAM
 	help
 	  The default value is 16 RAM disks. Change this if you know what
 	  are doing. If you boot from a filesystem that needs to be extracted
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-03-18 05:04    [from the cache]
©2003-2008