aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/Kconfig6
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
98config ARCH_HAS_ILOG2_U64 98config ARCH_HAS_ILOG2_U64
99 def_bool n 99 def_bool n
100 100
101config ARCH_HAS_CPU_IDLE_WAIT
102 def_bool y
103
101config GENERIC_CALIBRATE_DELAY 104config 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
111config ARCH_HAS_CPU_RELAX
112 def_bool y
113
108config HAVE_SETUP_PER_CPU_AREA 114config HAVE_SETUP_PER_CPU_AREA
109 def_bool X86_64 115 def_bool X86_64
110 116