sched: Don't make LATENCYTOP select SCHED_DEBUG
[linux-2.6-microblaze.git] / lib / Kconfig.debug
index f9febff..5f98376 100644 (file)
@@ -938,6 +938,7 @@ config DEBUG_STACKOVERFLOW
          If in doubt, say "N".
 
 source "lib/Kconfig.kasan"
+source "lib/Kconfig.kfence"
 
 endmenu # "Memory Debugging"
 
@@ -1669,7 +1670,6 @@ config LATENCYTOP
        select KALLSYMS_ALL
        select STACKTRACE
        select SCHEDSTATS
-       select SCHED_DEBUG
        help
          Enable this option if you want to use the LatencyTOP tool
          to find out which userspace is blocking on what kernel operations.