MIPS: Move EARLY_PRINTK to Kconfig.debug
[linux-2.6-block.git] / arch / mips / Kconfig.debug
index 364ca89388072bdef9c9083183b329cec5828af7..23817bc7a26acc78c6497c50842653b47e1b92ae 100644 (file)
@@ -6,6 +6,20 @@ config TRACE_IRQFLAGS_SUPPORT
 
 source "lib/Kconfig.debug"
 
+config EARLY_PRINTK
+       bool "Early printk" if EMBEDDED
+       depends on SYS_HAS_EARLY_PRINTK
+       default y
+       help
+         This option enables special console drivers which allow the kernel
+         to print messages very early in the bootup process.
+
+         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 on some machines and
+         doesn't cooperate with an X server. You should normally say N here,
+         unless you want to debug such a crash.
+
 config CMDLINE
        string "Default kernel command string"
        default ""