diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2023-04-14 15:23:56 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-04-21 08:16:22 +0200 |
commit | b92c4675f0b20ccf493449c02357f0ff1241f6db (patch) | |
tree | 29032f332b549d3313c9fbfec62b29307738cc12 /arch/powerpc/configs | |
parent | powerpc/configs/64s: Enable common CGROUP & related options (diff) | |
download | linux-b92c4675f0b20ccf493449c02357f0ff1241f6db.tar.xz linux-b92c4675f0b20ccf493449c02357f0ff1241f6db.zip |
powerpc/configs/64s: Enable CHECKPOINT_RESTORE
Most distros enable this.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230414132415.821564-13-mpe@ellerman.id.au
Diffstat (limited to 'arch/powerpc/configs')
-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 e853905c4e7e..07a92f02e1f8 100644 --- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig @@ -32,6 +32,7 @@ CONFIG_CGROUP_PERF=y CONFIG_CGROUP_BPF=y CONFIG_CGROUP_MISC=y CONFIG_USER_NS=y +CONFIG_CHECKPOINT_RESTORE=y CONFIG_SCHED_AUTOGROUP=y CONFIG_BLK_DEV_INITRD=y CONFIG_PROFILING=y |