From: Marc Fiuczynski Date: Thu, 3 Feb 2005 16:06:06 +0000 (+0000) Subject: Removed duplicate "Early Printk" menu options and changed the menu text X-Git-Tag: before-fedora-2_6_18-1_2239_FC5-vs2_0_2_2-rc6-merge~265 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f7bbdba0fe7e2637d07ff16e6dd462865616879e;p=linux-2.6.git Removed duplicate "Early Printk" menu options and changed the menu text for my stackoverflow check support. --- diff --git a/arch/i386/Kconfig.debug b/arch/i386/Kconfig.debug index 9e84881c3..3fe311b1f 100644 --- a/arch/i386/Kconfig.debug +++ b/arch/i386/Kconfig.debug @@ -54,19 +54,6 @@ config CRASH_DUMP_COMPRESS_GZIP help Say Y to allow saving dumps with Gnu Zip compression. -config EARLY_PRINTK - bool "Early printk" if EMBEDDED - default y - help - Write kernel log output directly into the VGA buffer or to a serial - port. - - This is useful for kernel debugging when your machine crashes very - early before the console code is initialized. For normal operation - it is not recommended because it looks ugly and doesn't cooperate - with klogd/syslogd or the X server. You should normally N here, - unless you want to debug such a crash. - config X86_FIND_SMP_CONFIG bool depends on X86_LOCAL_APIC || X86_VOYAGER @@ -148,7 +135,7 @@ config STACK_WARN the specified size. config X86_STACK_CHECK - bool "Check for stack overflows" + bool "Aggressively check for stack overflows" default n help Say Y here to have the kernel attempt to detect when the per-task