summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuren Baghdasaryan <surenb@google.com>2019-05-08 09:11:11 -0700
committerAlistair Strachan <astrachan@google.com>2019-05-15 18:01:32 -0700
commit4660d4cbcbdc6f89c7af2658fab23a028f32bc0c (patch)
tree3cd028b5a72b9e627b7fa8c62381c6c30effaff6
parente9147a5f9fe8cd479c61943256042be3ff8c2e25 (diff)
ANDROID: cuttlefish_defconfig: Enable CONFIG_CPUSETS and CONFIG_CGROUP_SCHEDTUNE
cpuset and schedtune cgroup controllers are required by Android framework. Bug: 124080437 Test: libcutils_test Change-Id: I30101d336a8c142f15c13dac1d8ce3c774d15be0 Signed-off-by: Suren Baghdasaryan <surenb@google.com>
-rw-r--r--arch/x86/configs/x86_64_cuttlefish_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/configs/x86_64_cuttlefish_defconfig b/arch/x86/configs/x86_64_cuttlefish_defconfig
index 749eaf1f99fc..ac079bf2a412 100644
--- a/arch/x86/configs/x86_64_cuttlefish_defconfig
+++ b/arch/x86/configs/x86_64_cuttlefish_defconfig
@@ -13,10 +13,13 @@ CONFIG_IKCONFIG_PROC=y
CONFIG_CGROUPS=y
CONFIG_CGROUP_DEBUG=y
CONFIG_CGROUP_FREEZER=y
+CONFIG_CPUSETS=y
CONFIG_CGROUP_CPUACCT=y
+CONFIG_CGROUP_SCHEDTUNE=y
CONFIG_CGROUP_SCHED=y
CONFIG_RT_GROUP_SCHED=y
CONFIG_NAMESPACES=y
+CONFIG_SCHED_TUNE=y
CONFIG_BLK_DEV_INITRD=y
# CONFIG_RD_LZ4 is not set
CONFIG_KALLSYMS_ALL=y