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