summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Fuzhen <fuzhen.lin@freescale.com>2012-02-24 10:40:00 +0800
committerLin Fuzhen <fuzhen.lin@freescale.com>2012-02-27 17:17:28 +0800
commit97d03e83e8dc3beb9f74197d23902a138bcaf166 (patch)
tree6ef26343a5ba76b926ef4d7c301ca6ad343b0d99
parentefa2d1e00b84a7395389483c9283c0e1ffbb4818 (diff)
ENGR00175308-2 MX6Q PM:cpu hotplug on earlysuspend
Add cpu hotplug support when system entry in earlysyspend. With this patch, when system entery in earlysuspend, it will record the online cpus, then hotplut none-bootable cpus, and in late resume, it will boot up the recorded hotplug cpus. Signed-off-by: Lin Fuzhen <fuzhen.lin@freescale.com>
-rw-r--r--arch/arm/configs/imx6_android_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx6_android_defconfig b/arch/arm/configs/imx6_android_defconfig
index 1c40ccbae4ce..eeb90be9196d 100644
--- a/arch/arm/configs/imx6_android_defconfig
+++ b/arch/arm/configs/imx6_android_defconfig
@@ -522,6 +522,7 @@ CONFIG_SUSPEND_FREEZER=y
CONFIG_HAS_WAKELOCK=y
CONFIG_HAS_EARLYSUSPEND=y
CONFIG_CPUFREQ_GOV_ON_EARLYSUPSEND=y
+CONFIG_CPUHOTPLUG_EARLYSUSPEND=y
CONFIG_WAKELOCK=y
CONFIG_WAKELOCK_STAT=y
CONFIG_USER_WAKELOCK=y