aboutsummaryrefslogtreecommitdiff
path: root/arch/blackfin/Kconfig.debug
diff options
context:
space:
mode:
authorSonic Zhang <sonic.zhang@analog.com>2008-10-09 17:39:37 +0800
committerBryan Wu <cooloney@kernel.org>2008-10-09 17:39:37 +0800
commit0cfbb3234c8b18fc2a4934bed418be47c8382b72 (patch)
tree6af6a8c0917169dc2aee8a036ff2d14efcaaf607 /arch/blackfin/Kconfig.debug
parent0c0497c257c12c9ecb8825490a339bfce8a0532f (diff)
Blackfin arch: early prink code still use uart core console functions to parse and set configure option string
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/Kconfig.debug')
-rw-r--r--arch/blackfin/Kconfig.debug1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig.debug b/arch/blackfin/Kconfig.debug
index 2cb0a3080d79..f08aea4fc5eb 100644
--- a/arch/blackfin/Kconfig.debug
+++ b/arch/blackfin/Kconfig.debug
@@ -184,6 +184,7 @@ config DEBUG_BFIN_NO_KERN_HWTRACE
config EARLY_PRINTK
bool "Early printk"
default n
+ select SERIAL_CORE_CONSOLE
help
This option enables special console drivers which allow the kernel
to print messages very early in the bootup process.