summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-07-26 19:20:42 +0100
committerJon Medhurst <tixy@linaro.org>2012-08-20 17:33:06 +0100
commita9448ff25ea9ca8f0714920f1a0c484fd9b7d19f (patch)
tree02a2477750f0d3437271eb40737f539a9e6509fd
parent7f0bd23f3cbab1cd9798b510a038e29333a7b0bf (diff)
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--arch/arm/configs/android_vexpress_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/android_vexpress_defconfig b/arch/arm/configs/android_vexpress_defconfig
index 0045d4270125..2590227a53e5 100644
--- a/arch/arm/configs/android_vexpress_defconfig
+++ b/arch/arm/configs/android_vexpress_defconfig
@@ -18,6 +18,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