Update of /cvsroot/gc-linux/linux/drivers/block
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31080/drivers/block
Modified Files:
Kconfig
Log Message:
Merged 2.6.7
Index: Kconfig
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/block/Kconfig,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Kconfig 8 May 2004 09:51:54 -0000 1.4
+++ Kconfig 16 Jun 2004 17:30:43 -0000 1.5
@@ -339,12 +339,13 @@
thus say N here.
config BLK_DEV_RAM_SIZE
- int "Default RAM disk size"
+ int "Default RAM disk size (kbytes)"
depends on BLK_DEV_RAM
default "4096"
help
- The default value is 4096. Only change this if you know what are
- you doing. If you are using IBM S/390, then set this to 8192.
+ The default value is 4096 kilobytes. Only change this if you know
+ what are you doing. If you are using IBM S/390, then set this to
+ 8192.
config BLK_DEV_INITRD
bool "Initial RAM disk (initrd) support"
|