diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2017-05-14 17:13:49 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-05-15 14:36:46 +0200 |
commit | a4c584e43e710bef1962049d293a03d1427e129c (patch) | |
tree | dbe2b074b20f8241d809e5fcd391ba82a93f30a9 /arch/arm/configs/mxs_defconfig | |
parent | ARM: imx_v6_v7_defconfig: Enable cpufreq governors (diff) | |
download | linux-a4c584e43e710bef1962049d293a03d1427e129c.tar.xz linux-a4c584e43e710bef1962049d293a03d1427e129c.zip |
ARM: mxs_defconfig: Enable CONFIG_CGROUPS
In order to support systemd we need to enable CONFIG_CGROUPS.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/configs/mxs_defconfig')
-rw-r--r-- | arch/arm/configs/mxs_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig index 6e0f751be229..7b36ebbdcc1d 100644 --- a/arch/arm/configs/mxs_defconfig +++ b/arch/arm/configs/mxs_defconfig @@ -8,6 +8,7 @@ CONFIG_TASK_XACCT=y CONFIG_TASK_IO_ACCOUNTING=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y +CONFIG_CGROUPS=y # CONFIG_UTS_NS is not set # CONFIG_IPC_NS is not set # CONFIG_PID_NS is not set |