diff options
author | Naresh Kamboju <naresh.kamboju@linaro.org> | 2013-04-22 13:57:38 +0530 |
---|---|---|
committer | Andrey Konovalov <andrey.konovalov@linaro.org> | 2013-05-25 13:31:24 +0400 |
commit | aacbeb9c9fabd1156a2de3e36817ee3c9a90d2ca (patch) | |
tree | 9109b7bee9c7923018799c41d722f5163aa9d5f2 /linaro/configs/big-LITTLE-IKS.conf | |
parent | 36d5323f7c45e9182e3d119b852dd4fb216b9c49 (diff) | |
download | vexpress-lsk-aacbeb9c9fabd1156a2de3e36817ee3c9a90d2ca.tar.gz |
configs: Add config fragments for big LITTLE IKS
This patch adds config fragments used to enable most of the features used by
big LITTLE IKS.
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Diffstat (limited to 'linaro/configs/big-LITTLE-IKS.conf')
-rw-r--r-- | linaro/configs/big-LITTLE-IKS.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linaro/configs/big-LITTLE-IKS.conf b/linaro/configs/big-LITTLE-IKS.conf new file mode 100644 index 00000000000..b067fde86ea --- /dev/null +++ b/linaro/configs/big-LITTLE-IKS.conf @@ -0,0 +1,5 @@ +CONFIG_BIG_LITTLE=y +CONFIG_BL_SWITCHER=y +CONFIG_ARM_DT_BL_CPUFREQ=y +CONFIG_ARM_VEXPRESS_BL_CPUFREQ=y +CONFIG_CPU_FREQ_GOV_USERSPACE=y |