diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 3 |
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 | |||
103 | config ARCH_HAS_ILOG2_U64 | 103 | config ARCH_HAS_ILOG2_U64 |
104 | def_bool n | 104 | def_bool n |
105 | 105 | ||
106 | config ARCH_HAS_CPU_IDLE_WAIT | ||
107 | def_bool y | ||
108 | |||
106 | config GENERIC_CALIBRATE_DELAY | 109 | config GENERIC_CALIBRATE_DELAY |
107 | def_bool y | 110 | def_bool y |
108 | 111 | ||