mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 06:31:52 +00:00
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
|
||||
bool "Early printk function for kernel"
|
||||
depends on SERIAL_UARTLITE_CONSOLE
|
||||
default n
|
||||
help
|
||||
This option turns on/off early printk messages to console.
|
||||
|
Loading…
Reference in New Issue
Block a user