diff options
author | Javier Martinez Canillas <javier.martinez@collabora.co.uk> | 2014-09-23 13:42:52 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-09-23 13:42:52 -0400 |
commit | 4c79279940988d55bfe7596a61d3784f1ae1bca7 (patch) | |
tree | 64696551bc0fc37caa2f4dc02032349793aa620e /arch/arm | |
parent | a5ec3a4860374a0f1a5075359fd30a594cb2bed7 (diff) |
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 <javier.martinez@collabora.co.uk>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/exynos_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index 46cac201cf3c..89d2d8f3a7f0 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig | |||
@@ -1,6 +1,7 @@ | |||
1 | CONFIG_SYSVIPC=y | 1 | CONFIG_SYSVIPC=y |
2 | CONFIG_NO_HZ=y | 2 | CONFIG_NO_HZ=y |
3 | CONFIG_HIGH_RES_TIMERS=y | 3 | CONFIG_HIGH_RES_TIMERS=y |
4 | CONFIG_CGROUPS=y | ||
4 | CONFIG_BLK_DEV_INITRD=y | 5 | CONFIG_BLK_DEV_INITRD=y |
5 | CONFIG_KALLSYMS_ALL=y | 6 | CONFIG_KALLSYMS_ALL=y |
6 | CONFIG_MODULES=y | 7 | CONFIG_MODULES=y |