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 368864dfe6eb..37d1297e6787 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -105,6 +105,9 @@ config ARCH_HAS_ILOG2_U32
105config ARCH_HAS_ILOG2_U64 105config ARCH_HAS_ILOG2_U64
106 def_bool n 106 def_bool n
107 107
108config ARCH_HAS_CPU_IDLE_WAIT
109 def_bool y
110
108config GENERIC_CALIBRATE_DELAY 111config GENERIC_CALIBRATE_DELAY
109 def_bool y 112 def_bool y
110 113