Skip to content
  1. Nov 13, 2007
    • Sam Ravnborg's avatar
      x86: add X86_64 dependency to x86_64 specific symbols in Kconfig.x86_64 · d2cacbcf
      Sam Ravnborg authored
      
      
      To ease unification of Kconfig.i386 and Kconfig.x86_64
      add X86_64 dependencies to all x86_64 specific symbols.
      
      This patch introduce no functional changes but is one step
      towards unification. This smaller step is used to ease
      review of the patch set.
      
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Ingo Molnar <mingo@redhat.com>
      Cc: "H. Peter Anvin" <hpa@zytor.com>
      d2cacbcf
    • Sam Ravnborg's avatar
      x86: add X86_32 dependency to i386 specific symbols in Kconfig.i386 · 012c6c72
      Sam Ravnborg authored
      
      
      To ease unification of Kconfig.i386 and Kconfig.x86_64
      add X86_32 dependencies to all i386 specific symbols.
      
      This patch introduce no functional changes but is one step
      towards unification. This smaller step is used to ease
      review of the patch set.
      
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Ingo Molnar <mingo@redhat.com>
      Cc: "H. Peter Anvin" <hpa@zytor.com>
      012c6c72
    • Sam Ravnborg's avatar
      x86: arch/x86/Kconfig.cpu unification · 1032c0ba
      Sam Ravnborg authored
      
      
      Move all CPU definitions to Kconfig.cpu
      Always define X86_MINIMUM_CPU_FAMILY and do the
      obvious code cleanup in boot/cpucheck.c
      
      Comments from: Adrian Bunk <bunk@kernel.org> incorporated.
      
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      Cc: Adrian Bunk <bunk@kernel.org>
      Cc: Brian Gerst <bgerst@didntduck.org>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Ingo Molnar <mingo@redhat.com>
      Cc: "H. Peter Anvin" <hpa@zytor.com>
      1032c0ba
    • Sam Ravnborg's avatar
      x86: start unification of arch/x86/Kconfig.* · e279b6c1
      Sam Ravnborg authored
      
      
      This step introduces the file arch/x86/Kconfig
      which contains all the menu's from "Power Management"
      and below.
      
      The main part of the new Kconfig file is shared
      and the remaining i386/x86_64 specific symbols
      are covered by dependencies.
      
      A x86_64 allmodconfig build did not show any differences.
      
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Ingo Molnar <mingo@redhat.com>
      Cc: "H. Peter Anvin" <hpa@zytor.com>
      e279b6c1
    • Sam Ravnborg's avatar
      x86: unification of cfufreq/Kconfig · e8ef9522
      Sam Ravnborg authored
      
      
      Merge the two Kconfig files to a single file.
      
      Checked using make allmodconfig for x86_64.
      No changes in build.
      
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      Cc: Adrian Bunk <bunk@kernel.org>
      Cc: Dave Jones <davej@codemonkey.org.uk>
      e8ef9522
  2. Nov 11, 2007
  3. Nov 10, 2007