diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2023-04-14 15:24:04 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-04-21 08:16:24 +0200 |
commit | d3a85f29c30d9876440c03933b3793607f616ed6 (patch) | |
tree | 23e5e512a08f6ac2d7a8793249d258542083b0d9 /arch/powerpc/configs/ppc64_defconfig | |
parent | powerpc/configs/64s: Enable DEBUG_VM & other options (diff) | |
download | linux-d3a85f29c30d9876440c03933b3793607f616ed6.tar.xz linux-d3a85f29c30d9876440c03933b3793607f616ed6.zip |
powerpc/configs/64s: Enable SCHEDSTATS
Distros enable it.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230414132415.821564-21-mpe@ellerman.id.au
Diffstat (limited to 'arch/powerpc/configs/ppc64_defconfig')
-rw-r--r-- | arch/powerpc/configs/ppc64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig index 3154f307bba6..2cee399d3abc 100644 --- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig @@ -407,6 +407,7 @@ CONFIG_DEBUG_VM=y CONFIG_DEBUG_STACKOVERFLOW=y CONFIG_SOFTLOCKUP_DETECTOR=y CONFIG_HARDLOCKUP_DETECTOR=y +CONFIG_SCHEDSTATS=y CONFIG_DEBUG_MUTEXES=y CONFIG_FUNCTION_TRACER=y CONFIG_LOCK_TORTURE_TEST=m |