diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index e6728bd61cc1..3954ae96b0c7 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -98,6 +98,9 @@ config ARCH_HAS_ILOG2_U32 | |||
98 | config ARCH_HAS_ILOG2_U64 | 98 | config ARCH_HAS_ILOG2_U64 |
99 | def_bool n | 99 | def_bool n |
100 | 100 | ||
101 | config ARCH_HAS_CPU_IDLE_WAIT | ||
102 | def_bool y | ||
103 | |||
101 | config GENERIC_CALIBRATE_DELAY | 104 | config GENERIC_CALIBRATE_DELAY |
102 | def_bool y | 105 | def_bool y |
103 | 106 | ||
@@ -105,6 +108,9 @@ config GENERIC_TIME_VSYSCALL | |||
105 | bool | 108 | bool |
106 | default X86_64 | 109 | default X86_64 |
107 | 110 | ||
111 | config ARCH_HAS_CPU_RELAX | ||
112 | def_bool y | ||
113 | |||
108 | config HAVE_SETUP_PER_CPU_AREA | 114 | config HAVE_SETUP_PER_CPU_AREA |
109 | def_bool X86_64 | 115 | def_bool X86_64 |
110 | 116 | ||