defconfig: msm8960: enable fair group scheduler

Enable feature for CPU scheduler to recognize task
groups and schedule CPU bandwidth accordingly.
This is the mechanism used by Android to prioritize
foreground and background tasks differently,
enhancing the user experience. Though no quantifiable
improvement has yet been observed this can hopefully
be improved. No negative performance impact has
been seen.

Change-Id: I5754aed90b3d95a6ebce10c1233ed861473a504e
Signed-off-by: Vince Leung <vincentl@codeaurora.org>
diff --git a/arch/arm/configs/msm8960_defconfig b/arch/arm/configs/msm8960_defconfig
index 880e623..064b787 100644
--- a/arch/arm/configs/msm8960_defconfig
+++ b/arch/arm/configs/msm8960_defconfig
@@ -8,7 +8,7 @@
 CONFIG_CGROUP_CPUACCT=y
 CONFIG_RESOURCE_COUNTERS=y
 CONFIG_CGROUP_SCHED=y
-# CONFIG_FAIR_GROUP_SCHED is not set
+CONFIG_FAIR_GROUP_SCHED=y
 CONFIG_RT_GROUP_SCHED=y
 CONFIG_NAMESPACES=y
 # CONFIG_UTS_NS is not set