소스 검색

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>
Sonic Zhang 17 년 전
부모
커밋
0cfbb3234c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      arch/blackfin/Kconfig.debug

+ 1 - 0
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.