defconfig: Enable memory cgroup config
Userspace lmkd requires kernel support for memory cgroups. Hence, enabled memory cgroup configs. Change-Id: I8da891d040c9cfe89f64be142a7c488d9dc51b40 Signed-off-by: Kishor Krishna Bhat <kishkris@codeaurora.org>
This commit is contained in:
parent
e8c7d22e81
commit
b81647a0c1
2 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,8 @@ CONFIG_IKCONFIG=y
|
|||
CONFIG_IKCONFIG_PROC=y
|
||||
CONFIG_IKHEADERS=y
|
||||
CONFIG_LOG_CPU_MAX_BUF_SHIFT=17
|
||||
CONFIG_MEMCG=y
|
||||
CONFIG_MEMCG_SWAP=y
|
||||
CONFIG_BLK_CGROUP=y
|
||||
CONFIG_CGROUP_FREEZER=y
|
||||
CONFIG_CPUSETS=y
|
||||
|
|
2
arch/arm64/configs/vendor/msm8937_defconfig
vendored
2
arch/arm64/configs/vendor/msm8937_defconfig
vendored
|
@ -18,6 +18,8 @@ CONFIG_IKCONFIG=y
|
|||
CONFIG_IKCONFIG_PROC=y
|
||||
CONFIG_IKHEADERS=y
|
||||
CONFIG_LOG_CPU_MAX_BUF_SHIFT=17
|
||||
CONFIG_MEMCG=y
|
||||
CONFIG_MEMCG_SWAP=y
|
||||
CONFIG_BLK_CGROUP=y
|
||||
CONFIG_DEBUG_BLK_CGROUP=y
|
||||
CONFIG_CGROUP_FREEZER=y
|
||||
|
|
Loading…
Reference in a new issue