Skip to content

Commit

Permalink
x86: merge EARLY_PRINTK options
Browse files Browse the repository at this point in the history
This patch merges the x86_64 EARLY_PRINTK option into the i386 one.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
  • Loading branch information
Adrian Bunk authored and Thomas Gleixner committed Oct 29, 2007
1 parent fb8c177 commit 1b8a8e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions arch/x86/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 0 additions & 4 deletions arch/x86/Kconfig.x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ config X86_CMPXCHG
bool
default y

config EARLY_PRINTK
bool
default y

config GENERIC_ISA_DMA
bool
default y
Expand Down

0 comments on commit 1b8a8e9

Please sign in to comment.