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 65a70b777c12..a64d532dff4c 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -102,6 +102,9 @@ config ARCH_HAS_ILOG2_U32 | |||
102 | config ARCH_HAS_ILOG2_U64 | 102 | config ARCH_HAS_ILOG2_U64 |
103 | def_bool n | 103 | def_bool n |
104 | 104 | ||
105 | config ARCH_HAS_CPU_IDLE_WAIT | ||
106 | def_bool y | ||
107 | |||
105 | config GENERIC_CALIBRATE_DELAY | 108 | config GENERIC_CALIBRATE_DELAY |
106 | def_bool y | 109 | def_bool y |
107 | 110 | ||