patch-2.2.16 linux/arch/sparc64/config.in
Next file: linux/arch/sparc64/defconfig
Previous file: linux/arch/sparc/config.in
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Jun 7 14:26:42 2000
- Orig file:
v2.2.15/linux/arch/sparc64/config.in
- Orig date:
Wed May 3 17:16:32 2000
diff -urN v2.2.15/linux/arch/sparc64/config.in linux/arch/sparc64/config.in
@@ -1,6 +1,6 @@
# $Id: config.in,v 1.67.2.5 1999/10/19 16:49:37 davem Exp $
# For a description of the syntax of this configuration file,
-# see the Configure script.
+# see Documentation/kbuild/config-language.txt.
#
mainmenu_name "Linux/UltraSPARC Kernel Configuration"
@@ -104,6 +104,9 @@
fi
tristate 'RAM disk support' CONFIG_BLK_DEV_RAM
+if [ "$CONFIG_BLK_DEV_RAM" = "y" -o "$CONFIG_BLK_DEV_RAM" = "m" ]; then
+ int ' Default RAM disk size' CONFIG_BLK_DEV_RAM_SIZE 4096
+fi
if [ "$CONFIG_BLK_DEV_RAM" = "y" ]; then
bool ' Initial RAM disk (initrd) support' CONFIG_BLK_DEV_INITRD
fi
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)