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 ed92864d1325..f8caf040650e 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -123,6 +123,9 @@ config GENERIC_TIME_VSYSCALL
123config ARCH_HAS_CPU_RELAX 123config ARCH_HAS_CPU_RELAX
124 def_bool y 124 def_bool y
125 125
126config ARCH_HAS_DEFAULT_IDLE
127 def_bool y
128
126config ARCH_HAS_CACHE_LINE_SIZE 129config ARCH_HAS_CACHE_LINE_SIZE
127 def_bool y 130 def_bool y
128 131