Commit 1b8a8e95 authored by Adrian Bunk's avatar Adrian Bunk Committed by Thomas Gleixner

x86: merge EARLY_PRINTK options

This patch merges the x86_64 EARLY_PRINTK option into the i386 one.
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent fb8c177f
...@@ -6,9 +6,8 @@ config TRACE_IRQFLAGS_SUPPORT ...@@ -6,9 +6,8 @@ config TRACE_IRQFLAGS_SUPPORT
source "lib/Kconfig.debug" source "lib/Kconfig.debug"
config EARLY_PRINTK config EARLY_PRINTK
bool "Early printk" if EMBEDDED && DEBUG_KERNEL bool "Early printk" if EMBEDDED && DEBUG_KERNEL && X86_32
default y default y
depends on X86_32
help help
Write kernel log output directly into the VGA buffer or to a serial Write kernel log output directly into the VGA buffer or to a serial
port. port.
......
...@@ -97,10 +97,6 @@ config X86_CMPXCHG ...@@ -97,10 +97,6 @@ config X86_CMPXCHG
bool bool
default y default y
config EARLY_PRINTK
bool
default y
config GENERIC_ISA_DMA config GENERIC_ISA_DMA
bool bool
default y default y
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment