소스 검색

x86: merge EARLY_PRINTK options

This patch merges the x86_64 EARLY_PRINTK option into the i386 one.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Adrian Bunk 17 년 전
부모
커밋
1b8a8e95f9
2개의 변경된 파일1개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 2
      arch/x86/Kconfig.debug
  2. 0 4
      arch/x86/Kconfig.x86_64

+ 1 - 2
arch/x86/Kconfig.debug

@@ -6,9 +6,8 @@ config TRACE_IRQFLAGS_SUPPORT
 source "lib/Kconfig.debug"
 
 config EARLY_PRINTK
-	bool "Early printk" if EMBEDDED && DEBUG_KERNEL
+	bool "Early printk" if EMBEDDED && DEBUG_KERNEL && X86_32
 	default y
-	depends on X86_32
 	help
 	  Write kernel log output directly into the VGA buffer or to a serial
 	  port.

+ 0 - 4
arch/x86/Kconfig.x86_64

@@ -97,10 +97,6 @@ config X86_CMPXCHG
 	bool
 	default y
 
-config EARLY_PRINTK
-	bool
-	default y
-
 config GENERIC_ISA_DMA
 	bool
 	default y