microblaze: Enable early printk only for uartlite
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>
This commit is contained in:
parent
75842abfd8
commit
615748aefa
|
@ -10,6 +10,7 @@ source "lib/Kconfig.debug"
|
||||||
|
|
||||||
config EARLY_PRINTK
|
config EARLY_PRINTK
|
||||||
bool "Early printk function for kernel"
|
bool "Early printk function for kernel"
|
||||||
|
depends on SERIAL_UARTLITE_CONSOLE
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
This option turns on/off early printk messages to console.
|
This option turns on/off early printk messages to console.
|
||||||
|
|
Loading…
Reference in New Issue