aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-07-26 20:24:57 +0100
committerJon Medhurst <tixy@linaro.org>2012-07-26 20:24:57 +0100
commit73084f7f25ffa59cc721f21ae7431205f9ea0781 (patch)
tree5f6a30fe94c3583215ed5db7e73bf0a26decb0fb
parent772c78484fbd374ed20ac61e285616bed3777701 (diff)
configs: vexpress: Enable CONFIG_ARCH_VEXPRESS_TC2_PMtracking-tracking-armlt-config-ll-20120727.0
Now we have the problematic C1 idle state disabled by default [1], we can enable the PM code, which gets us working cpufreq and C0 idle states. [1] Patch "ARM: vexpress: fix CPU idle C1 state enablement" Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--linaro/configs/vexpress.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/linaro/configs/vexpress.conf b/linaro/configs/vexpress.conf
index a4be6f8b4f5..1c46a4eb261 100644
--- a/linaro/configs/vexpress.conf
+++ b/linaro/configs/vexpress.conf
@@ -2,6 +2,7 @@ CONFIG_ARCH_VEXPRESS=y
CONFIG_ARCH_VEXPRESS_CHOICE=y
CONFIG_ARCH_VEXPRESS_CA9X4=y
CONFIG_ARCH_VEXPRESS_DT=y
+CONFIG_ARCH_VEXPRESS_TC2_PM=y
CONFIG_ARM_VEXPRESS_BL_CPUFREQ=y
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y