aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index c95482b6b6dd..9d0acedf5f3f 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -52,6 +52,10 @@ config HAVE_LATENCYTOP_SUPPORT
52config SEMAPHORE_SLEEPERS 52config SEMAPHORE_SLEEPERS
53 def_bool y 53 def_bool y
54 54
55config FAST_CMPXCHG_LOCAL
56 bool
57 default y
58
55config MMU 59config MMU
56 def_bool y 60 def_bool y
57 61