diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 7260b27ebbab..f0c2e681b506 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -1136,6 +1136,7 @@ endif # CGROUPS | |||
1136 | 1136 | ||
1137 | config CHECKPOINT_RESTORE | 1137 | config CHECKPOINT_RESTORE |
1138 | bool "Checkpoint/restore support" if EXPERT | 1138 | bool "Checkpoint/restore support" if EXPERT |
1139 | select PROC_CHILDREN | ||
1139 | default n | 1140 | default n |
1140 | help | 1141 | help |
1141 | Enables additional kernel features in a sake of checkpoint/restore. | 1142 | Enables additional kernel features in a sake of checkpoint/restore. |