aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngus Ainslie <angus.ainslie@linaro.org>2011-11-15 10:42:10 -0700
committerAngus Ainslie <angus.ainslie@linaro.org>2011-11-15 10:42:10 -0700
commitc6592869e402c543e27376a395b452b3cadcacb3 (patch)
tree03167ce98a94f57b7ec0d781767495490c23db37
parent6c58e2bd2f3af84dad697c29d526795c695a90ab (diff)
Enabled early suspend for androidandroid-release-2011-11android-2011.11
Signed-off-by: Angus Ainslie <angus.ainslie@linaro.org>
-rw-r--r--arch/arm/configs/android_origen_defconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/configs/android_origen_defconfig b/arch/arm/configs/android_origen_defconfig
index 2006a48e2b85..2125683880f0 100644
--- a/arch/arm/configs/android_origen_defconfig
+++ b/arch/arm/configs/android_origen_defconfig
@@ -526,10 +526,14 @@ CONFIG_BINFMT_MISC=y
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
CONFIG_HAS_WAKELOCK=y
+CONFIG_HAS_EARLYSUSPEND=y
CONFIG_WAKELOCK=y
CONFIG_WAKELOCK_STAT=y
CONFIG_USER_WAKELOCK=y
-# CONFIG_EARLYSUSPEND is not set
+CONFIG_EARLYSUSPEND=y
+# CONFIG_NO_USER_SPACE_SCREEN_ACCESS_CONTROL is not set
+CONFIG_CONSOLE_EARLYSUSPEND=y
+# CONFIG_FB_EARLYSUSPEND is not set
CONFIG_PM_SLEEP=y
CONFIG_PM_SLEEP_SMP=y
CONFIG_PM_RUNTIME=y