Removed duplicate "Early Printk" menu options and changed the menu text
authorMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 3 Feb 2005 16:06:06 +0000 (16:06 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 3 Feb 2005 16:06:06 +0000 (16:06 +0000)
for my stackoverflow check support.

arch/i386/Kconfig.debug

index 9e84881..3fe311b 100644 (file)
@@ -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