m68k/mvme16x: Add support for EARLY_PRINTK
[sfrench/cifs-2.6.git] / arch / m68k / Kconfig.debug
index 2bdb1b01115c24f93a21e9e095918a3d44ab89ea..8702dc65f7f2ed06ab36a38a7a8d193964b048e7 100644 (file)
@@ -2,6 +2,17 @@ menu "Kernel hacking"
 
 source "lib/Kconfig.debug"
 
+config EARLY_PRINTK
+       bool "Early printk" if EMBEDDED
+       depends on MVME16x
+       default y
+       help
+          Write kernel log output directly to a serial port.
+
+          This is useful for kernel debugging when your machine crashes very
+          early before the console code is initialized.
+          You should normally say N here, unless you want to debug such a crash.
+
 if !MMU
 
 config FULLDEBUG