Skip to content

Commit aa349fb

Browse files
committed
ARM: rockchip_defconfig: remove CONFIG_ANDROID_LOW_MEMORY_KILLER
e8f5f841b764 ("remove CONFIG_ANDROID_LOW_MEMORY_KILLER requirement") Kernel configuration options should include either CONFIG_ANDROID_LOW_MEMORY_KILLER for in-kernel lowmemorykiller driver to be used or a combination of CONFIG_MEMCG and CONFIG_MEMCG_SWAP if userspace lmkd is preferred. It is not currently possible to express this logical requirement in the config fragment so the CONFIG_ANDROID_LOW_MEMORY_KILLER requirement is simply removed for now. Change-Id: I9cea0552a285ac635fc44f4b45762988e423d7db Signed-off-by: Tao Huang <huangtao@rock-chips.com>
1 parent 7adc50b commit aa349fb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

arch/arm/configs/rockchip_defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ CONFIG_CGROUPS=y
1313
CONFIG_CGROUP_FREEZER=y
1414
CONFIG_CPUSETS=y
1515
CONFIG_CGROUP_CPUACCT=y
16+
CONFIG_MEMCG=y
17+
CONFIG_MEMCG_SWAP=y
1618
CONFIG_CGROUP_SCHED=y
1719
CONFIG_RT_GROUP_SCHED=y
1820
CONFIG_NAMESPACES=y
@@ -596,7 +598,6 @@ CONFIG_STAGING=y
596598
CONFIG_INV_MPU_IIO=y
597599
CONFIG_ASHMEM=y
598600
CONFIG_ANDROID_TIMED_GPIO=y
599-
CONFIG_ANDROID_LOW_MEMORY_KILLER=y
600601
CONFIG_SYNC=y
601602
CONFIG_SW_SYNC=y
602603
CONFIG_SW_SYNC_USER=y

0 commit comments

Comments
 (0)