fast-boot-menu-04.09.02.patch: This patch adds a 'fast-boot' kernel config menu. Signed-off-by: Geoff Levand for CELF --- Kconfig | 8 ++++++++ 1 files changed, 8 insertions(+) diff -ruN -X ./dontdiff tag_LINUX_2_6_8_1/init/Kconfig branch_FAST_BOOT_MENU/init/Kconfig --- tag_LINUX_2_6_8_1/init/Kconfig 2004-09-01 18:22:03.000000000 -0700 +++ branch_FAST_BOOT_MENU/init/Kconfig 2004-09-02 15:12:08.000000000 -0700 @@ -216,6 +216,14 @@ This option enables access to the kernel configuration file through /proc/config.gz. +menuconfig FASTBOOT + bool "Fast boot options" + help + Say Y here to enable faster booting of the Linux kernel. If you + say Y here, you may be asked to provide hardcoded values for some + parameters that the kernel usually determines automatically. + + If unsure, say N. menuconfig EMBEDDED bool "Configure standard kernel features (for small systems)"