microblaze: Enable early printk only for uartlite
authorMichal Simek <monstr@monstr.eu>
Mon, 19 Jul 2010 07:37:16 +0000 (09:37 +0200)
committerMichal Simek <monstr@monstr.eu>
Wed, 4 Aug 2010 08:22:38 +0000 (10:22 +0200)
Microblaze has support for early printk. The second serial
driver (uart16550/8250) has no microblaze support for early
printk.

Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/Kconfig.debug

index 9dc708a7f7005a5bf35f55c6b80654743a9b4e54..e6e5e0da28c3c06dad4463d4fb110c0d1a19ecf9 100644 (file)
@@ -10,6 +10,7 @@ source "lib/Kconfig.debug"
 
 config EARLY_PRINTK
        bool "Early printk function for kernel"
+       depends on SERIAL_UARTLITE_CONSOLE
        default n
        help
          This option turns on/off early printk messages to console.
This page took 0.026592 seconds and 5 git commands to generate.