diff options
author | Michal Simek <monstr@monstr.eu> | 2010-09-28 02:17:03 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2010-10-21 01:51:53 -0400 |
commit | 67f4aaa21cf8cf09726cd26b506f3407ad7f11f9 (patch) | |
tree | 3a7162f933bcc2a54bf9a423e1830ee2a604b559 /arch/microblaze/Kconfig.debug | |
parent | 51f5fa50942ab013aa2e321bdfdba1c34ebf3256 (diff) |
microblaze: Support early console on uart16550
Early console support reuse setting from U-BOOT that's why
it is not necessary to setup baudrates, etc.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/Kconfig.debug')
-rw-r--r-- | arch/microblaze/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/Kconfig.debug b/arch/microblaze/Kconfig.debug index e6e5e0da28c3..e66e25c4b0b2 100644 --- a/arch/microblaze/Kconfig.debug +++ b/arch/microblaze/Kconfig.debug | |||
@@ -10,7 +10,7 @@ source "lib/Kconfig.debug" | |||
10 | 10 | ||
11 | config EARLY_PRINTK | 11 | config EARLY_PRINTK |
12 | bool "Early printk function for kernel" | 12 | bool "Early printk function for kernel" |
13 | depends on SERIAL_UARTLITE_CONSOLE | 13 | depends on SERIAL_UARTLITE_CONSOLE || SERIAL_8250_CONSOLE |
14 | default n | 14 | default n |
15 | help | 15 | help |
16 | This option turns on/off early printk messages to console. | 16 | This option turns on/off early printk messages to console. |