aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
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 d1382c51295..e741fc772da 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