From cc82f93251fb183c77787456c4a76c5abb1dad69 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Wed, 10 Sep 2014 23:15:22 +0000 Subject: [PATCH] config: enable cgroup freezer This option will be enabled by default only when cgroups support is enabled. Signed-off-by: Luka Perkov SVN-Revision: 42464 --- config/Config-kernel.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 06788d6a0f..53bdc26eef 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -186,7 +186,7 @@ if KERNEL_CGROUPS config KERNEL_CGROUP_FREEZER bool "Freezer cgroup subsystem" - default n + default y help Provides a way to freeze and unfreeze all tasks in a cgroup. -- 2.30.2