ANDROID: GKI: Remove FAIR_GROUP_SCHED

This feature is undesirable and not required by Android.

Bug: 153203661
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Change-Id: Id33fbe3bb46ca21ee4e2a412a766be21ffe069e0
This commit is contained in:
Suren Baghdasaryan
2020-05-05 09:18:41 -07:00
committed by Alistair Delva
parent 75c67bfcee
commit a19ac1e8fd
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ CONFIG_MEMCG=y
CONFIG_MEMCG_SWAP=y
CONFIG_BLK_CGROUP=y
CONFIG_CGROUP_SCHED=y
# CONFIG_FAIR_GROUP_SCHED is not set
CONFIG_UCLAMP_TASK_GROUP=y
CONFIG_CGROUP_FREEZER=y
CONFIG_CPUSETS=y

View File

@@ -17,6 +17,7 @@ CONFIG_CGROUPS=y
CONFIG_MEMCG=y
CONFIG_MEMCG_SWAP=y
CONFIG_CGROUP_SCHED=y
# CONFIG_FAIR_GROUP_SCHED is not set
CONFIG_UCLAMP_TASK_GROUP=y
CONFIG_CGROUP_FREEZER=y
CONFIG_CPUSETS=y