From: Viresh Kumar Date: Tue, 10 Jul 2012 13:47:10 +0000 (+0100) Subject: configs: Add config fragments for big LITTLE MP X-Git-Tag: firefly_0821_release~3680^2~237^2^2~5 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=313c69010ed52a7bd52095708049e16c380c8e15;p=firefly-linux-kernel-4.4.55.git configs: Add config fragments for big LITTLE MP This patch adds config fragments used to enable most of the features used by big LITTLE MP. Signed-off-by: Viresh Kumar --- diff --git a/linaro/configs/big-LITTLE-MP.conf b/linaro/configs/big-LITTLE-MP.conf new file mode 100644 index 000000000000..257684574064 --- /dev/null +++ b/linaro/configs/big-LITTLE-MP.conf @@ -0,0 +1,4 @@ +CONFIG_CGROUPS=y +CONFIG_CGROUP_SCHED=y +CONFIG_FAIR_GROUP_SCHED=y +CONFIG_NO_HZ=y