From f7bbdba0fe7e2637d07ff16e6dd462865616879e Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Thu, 3 Feb 2005 16:06:06 +0000 Subject: [PATCH] Removed duplicate "Early Printk" menu options and changed the menu text for my stackoverflow check support. --- arch/i386/Kconfig.debug | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) 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 -- 2.47.0