diff options
author | Peter Horton <pdh@colonel-panic.org> | 2006-02-12 12:10:25 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-03-21 08:27:44 -0500 |
commit | e87dddeb92618d9dbb8b9f946a193739a4447609 (patch) | |
tree | 4a07a4edf9c2ddb2f3f9a36118120144af476d44 /arch/mips/cobalt/Kconfig | |
parent | c4a1745aa09fc110afdefea0e5d025043e348bae (diff) |
[MIPS] Add early console for Cobalt.
Signed-off-by: Peter Horton <pdh@colonel-panic.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/cobalt/Kconfig')
-rw-r--r-- | arch/mips/cobalt/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/cobalt/Kconfig b/arch/mips/cobalt/Kconfig new file mode 100644 index 000000000000..7c42b088d16c --- /dev/null +++ b/arch/mips/cobalt/Kconfig | |||
@@ -0,0 +1,7 @@ | |||
1 | config EARLY_PRINTK | ||
2 | bool "Early console support" | ||
3 | depends on MIPS_COBALT | ||
4 | help | ||
5 | Provide early console support by direct access to the | ||
6 | on board UART. The UART must have been previously | ||
7 | initialised by the boot loader. | ||