aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2007-11-06 15:35:08 -0500
committerSam Ravnborg <sam@ravnborg.org>2007-11-12 15:02:19 -0500
commit1032c0ba9da5c5b53173ad2dcf8b2a2da78f8b17 (patch)
tree3477a72cf0a0c0a04540826b54e12afe45eb8ac6 /arch/x86/Kconfig
parente279b6c1d329e50b766bce96aacc197eae8a053b (diff)
x86: arch/x86/Kconfig.cpu unification
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: Sam 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>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index d1382c512953..e741fc772da5 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1,3 +1,22 @@
1# x86 configuration
2
3### Arch settings
4config RWSEM_GENERIC_SPINLOCK
5 def_bool !X86_XADD
6
7config RWSEM_XCHGADD_ALGORITHM
8 def_bool X86_XADD
9
10config ARCH_HAS_ILOG2_U32
11 def_bool n
12
13config ARCH_HAS_ILOG2_U64
14 def_bool n
15
16config GENERIC_CALIBRATE_DELAY
17 def_bool y
18
19
1menu "Power management options" 20menu "Power management options"
2 depends on !X86_VOYAGER 21 depends on !X86_VOYAGER
3 22