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