diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 19 |
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 | ||
4 | config RWSEM_GENERIC_SPINLOCK | ||
5 | def_bool !X86_XADD | ||
6 | |||
7 | config RWSEM_XCHGADD_ALGORITHM | ||
8 | def_bool X86_XADD | ||
9 | |||
10 | config ARCH_HAS_ILOG2_U32 | ||
11 | def_bool n | ||
12 | |||
13 | config ARCH_HAS_ILOG2_U64 | ||
14 | def_bool n | ||
15 | |||
16 | config GENERIC_CALIBRATE_DELAY | ||
17 | def_bool y | ||
18 | |||
19 | |||
1 | menu "Power management options" | 20 | menu "Power management options" |
2 | depends on !X86_VOYAGER | 21 | depends on !X86_VOYAGER |
3 | 22 | ||