From: Sonic Zhang Date: Thu, 9 Oct 2008 09:39:37 +0000 (+0800) Subject: Blackfin arch: early prink code still use uart core console functions to parse and... X-Git-Tag: v2.6.28-rc1~604^2~19 X-Git-Url: http://pilppa.org/gitweb/?a=commitdiff_plain;h=0cfbb3234c8b18fc2a4934bed418be47c8382b72;p=linux-2.6-omap-h63xx.git Blackfin arch: early prink code still use uart core console functions to parse and set configure option string Signed-off-by: Sonic Zhang Signed-off-by: Bryan Wu --- diff --git a/arch/blackfin/Kconfig.debug b/arch/blackfin/Kconfig.debug index 2cb0a3080d7..f08aea4fc5e 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.