Add support for enabling early printk. Currently only for ARM, because I don't know...
authorMichael Büsch <mb@bu3sch.de>
Wed, 15 Sep 2010 16:27:02 +0000 (16:27 +0000)
committerMichael Büsch <mb@bu3sch.de>
Wed, 15 Sep 2010 16:27:02 +0000 (16:27 +0000)
SVN-Revision: 23071

Config.in

index c750a253308ddf93fb00b4b3ae573e5e32332d51..651cbdef5ae5b9c0be572933a8dc932c70d453c5 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -199,6 +199,25 @@ menu "Global build settings"
                help
                  This will compile your kernel and modules with debug information.
 
+       config KERNEL_DEBUG_LL
+               bool
+               default n
+               depends on arm
+               help
+                 ARM low level debugging
+
+       config KERNEL_EARLY_PRINTK
+               bool "Compile the kernel with early printk"
+               default n
+               depends on arm
+               select KERNEL_DEBUG_KERNEL
+               select KERNEL_DEBUG_LL if arm
+               help
+                 Compile the kernel with early printk support.
+                 This is only useful for debugging purposes to send messages
+                 over the serial console in early boot.
+                 Enable this to debug early boot problems.
+
        comment "Package build options"
 
        config DEBUG