Browse Source

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>
Javier Martinez Canillas 11 years ago
parent
commit
4c79279940
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/configs/exynos_defconfig

+ 1 - 0
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