summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2024-03-08 11:58:56 +0100
committerIngo Molnar <mingo@kernel.org>2024-03-12 11:03:41 +0100
commit9ab121d65e03b4dc38f207871070eb353b396b05 (patch)
tree78a2b9724017d4929d2562884b021a59f8a89df8 /lib
parent11b0bfa5d463b17cac5bf6b94fea4921713530c3 (diff)
downloadlinux-stable-9ab121d65e03b4dc38f207871070eb353b396b05.tar.gz
linux-stable-9ab121d65e03b4dc38f207871070eb353b396b05.tar.bz2
linux-stable-9ab121d65e03b4dc38f207871070eb353b396b05.zip
sched/debug: Allow CONFIG_SCHEDSTATS even on !KERNEL_DEBUG kernels
All major Linux distributions enable CONFIG_SCHEDSTATS, so make it more widely available. Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20240308105901.1096078-6-mingo@kernel.org
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 6c596e65de8a..ed2ad1a0cec6 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1250,7 +1250,7 @@ config SCHED_INFO
config SCHEDSTATS
bool "Collect scheduler statistics"
- depends on DEBUG_KERNEL && PROC_FS
+ depends on PROC_FS
select SCHED_INFO
help
If you say Y here, additional code will be inserted into the