diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 018d206c21f..6ac2236244c 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -783,6 +783,17 @@ config DEBUG_BLK_CGROUP | |||
783 | 783 | ||
784 | endif # CGROUPS | 784 | endif # CGROUPS |
785 | 785 | ||
786 | config CHECKPOINT_RESTORE | ||
787 | bool "Checkpoint/restore support" if EXPERT | ||
788 | default n | ||
789 | help | ||
790 | Enables additional kernel features in a sake of checkpoint/restore. | ||
791 | In particular it adds auxiliary prctl codes to setup process text, | ||
792 | data and heap segment sizes, and a few additional /proc filesystem | ||
793 | entries. | ||
794 | |||
795 | If unsure, say N here. | ||
796 | |||
786 | menuconfig NAMESPACES | 797 | menuconfig NAMESPACES |
787 | bool "Namespaces support" if EXPERT | 798 | bool "Namespaces support" if EXPERT |
788 | default !EXPERT | 799 | default !EXPERT |