Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1b8a8e95f9671ee449a794f87468738963393a72
Commit:     1b8a8e95f9671ee449a794f87468738963393a72
Parent:     fb8c177fe04c81ef5abe603e01d51eafa02d903a
Author:     Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Mon Oct 29 13:49:36 2007 +0100
Committer:  Thomas Gleixner <[EMAIL PROTECTED]>
CommitDate: Tue Oct 30 00:22:22 2007 +0100

    x86: merge EARLY_PRINTK options
    
    This patch merges the x86_64 EARLY_PRINTK option into the i386 one.
    
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
 arch/x86/Kconfig.debug  |    3 +--
 arch/x86/Kconfig.x86_64 |    4 ----
 2 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
index fbd77b7..6f32beb 100644
--- a/arch/x86/Kconfig.debug
+++ b/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.
diff --git a/arch/x86/Kconfig.x86_64 b/arch/x86/Kconfig.x86_64
index 60ac227..b45855c 100644
--- a/arch/x86/Kconfig.x86_64
+++ b/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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to