summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-07-26 15:01:40 +0100
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-09-26 17:12:58 +0400
commit3450de99d76555fce1cc22783108ea8603fefda5 (patch)
tree021e17ad2ebb9b88bd0b4096ceaa2c429ce939d7
parentba8dd07aac19799e04cdcb60f3b202f20ac588bb (diff)
configs: vexpress: Enable TC2 cpufreq driver
Note, for the sake of a faster boot and better performance, we default to maximum CPU clock frequency (CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE) and will rely on user-side scripts on Android and Ubuntu to change this as appropriate for big.LITTLE power saving. E.g. changing LITTLE cores to 'ondemand'. Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--linaro/configs/vexpress.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/linaro/configs/vexpress.conf b/linaro/configs/vexpress.conf
index 62f491c71b5..bb67b3fbb0f 100644
--- a/linaro/configs/vexpress.conf
+++ b/linaro/configs/vexpress.conf
@@ -8,6 +8,13 @@ CONFIG_MCPM=y
CONFIG_ARCH_VEXPRESS_DCSCB=y
CONFIG_ARCH_VEXPRESS_TC2_PM=y
CONFIG_ARM_BIG_LITTLE_CPUIDLE=y
+CONFIG_BIG_LITTLE=y
+CONFIG_ARM_VEXPRESS_SPC_CPUFREQ=y
+CONFIG_PM_OPP=y
+CONFIG_CPU_FREQ=y
+CONFIG_CPU_FREQ_GOV_ONDEMAND=y
+CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
+CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
CONFIG_CMDLINE="console=ttyAMA0,38400n8 root=/dev/mmcblk0p2 rootwait mmci.fmax=4000000"
CONFIG_VFP=y
CONFIG_NEON=y