aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 3bd42dadbc4d..aaed1a3b92d6 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -103,6 +103,9 @@ config ARCH_HAS_ILOG2_U32
103config ARCH_HAS_ILOG2_U64 103config ARCH_HAS_ILOG2_U64
104 def_bool n 104 def_bool n
105 105
106config ARCH_HAS_CPU_IDLE_WAIT
107 def_bool y
108
106config GENERIC_CALIBRATE_DELAY 109config GENERIC_CALIBRATE_DELAY
107 def_bool y 110 def_bool y
108 111