diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2012-07-10 14:47:10 +0100 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2012-10-03 16:00:16 +0530 |
commit | 6aac25fd32a3054e370420c58213a6c699b4858f (patch) | |
tree | 5f209d32d9da9a80a4b5e54c4f4ff9a01ed27975 /linaro | |
parent | 166b25f0f3d5cd26e566b8de3b47c6d6df2b7327 (diff) | |
download | vexpress-lsk-6aac25fd32a3054e370420c58213a6c699b4858f.tar.gz |
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 <viresh.kumar@linaro.org>
Diffstat (limited to 'linaro')
-rw-r--r-- | linaro/configs/big-LITTLE-MP.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linaro/configs/big-LITTLE-MP.conf b/linaro/configs/big-LITTLE-MP.conf new file mode 100644 index 00000000000..25768457406 --- /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 |