diff options
author | Javier Martinez Canillas <javier.martinez@collabora.co.uk> | 2014-09-24 02:42:52 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-09-24 02:42:52 +0900 |
commit | 4c79279940988d55bfe7596a61d3784f1ae1bca7 (patch) | |
tree | 64696551bc0fc37caa2f4dc02032349793aa620e /arch | |
parent | a5ec3a4860374a0f1a5075359fd30a594cb2bed7 (diff) | |
download | blackbird-obmc-linux-4c79279940988d55bfe7596a61d3784f1ae1bca7.tar.gz blackbird-obmc-linux-4c79279940988d55bfe7596a61d3784f1ae1bca7.zip |
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')
-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 @@ 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 |