aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 65b449134cf7..93e66678e158 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -44,6 +44,9 @@ config LOCKDEP_SUPPORT
44config STACKTRACE_SUPPORT 44config STACKTRACE_SUPPORT
45 def_bool y 45 def_bool y
46 46
47config HAVE_LATENCYTOP_SUPPORT
48 def_bool y
49
47config SEMAPHORE_SLEEPERS 50config SEMAPHORE_SLEEPERS
48 def_bool y 51 def_bool y
49 52