From: Javier Martinez Canillas Date: Tue, 23 Sep 2014 17:42:52 +0000 (+0900) Subject: ARM: exynos_defconfig: Enable Control Groups support X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4c79279940988d55bfe7596a61d3784f1ae1bca7;p=linux.git ARM: exynos_defconfig: Enable Control Groups support systemd needs control groups support to be enabled in the kernel so let's enable it by default since is quite likely that a user-space with systemd will be used. Signed-off-by: Javier Martinez Canillas Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index 46cac201cf3c9..89d2d8f3a7f02 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -1,6 +1,7 @@ CONFIG_SYSVIPC=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y +CONFIG_CGROUPS=y CONFIG_BLK_DEV_INITRD=y CONFIG_KALLSYMS_ALL=y CONFIG_MODULES=y