summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJonghwa Lee <jonghwa3.lee@samsung.com>2014-10-15 19:12:19 +0900
committerChanho Park <chanho61.park@samsung.com>2014-11-18 12:01:00 +0900
commitf0d3642e7d3773684d6883df1c690d23ee389029 (patch)
tree040ccd22e83a5af3a9fa43aea4c9f61aeadecf06 /arch
parent7eab4d48b11af95145d34491ce8ed6a5533d64f9 (diff)
downloadlinux-3.10-f0d3642e7d3773684d6883df1c690d23ee389029.tar.gz
linux-3.10-f0d3642e7d3773684d6883df1c690d23ee389029.tar.bz2
linux-3.10-f0d3642e7d3773684d6883df1c690d23ee389029.zip
arm: configs: tizen_rinato: Enable PM_AUTOSLEEP and PM_WAKEUPLOCKS.
This patch enables CONFIG_PM_AUTOSLEEP and CONFIG_PM_WAKEUPLOCKS to support device driver and user processor to hold wakeup on demand. Change-Id: I2b5504c5a92be0a9923fc03d60c438edceb9f1a7 Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/configs/tizen_rinato_defconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/configs/tizen_rinato_defconfig b/arch/arm/configs/tizen_rinato_defconfig
index 744a439880e..45d79dbaafd 100644
--- a/arch/arm/configs/tizen_rinato_defconfig
+++ b/arch/arm/configs/tizen_rinato_defconfig
@@ -606,8 +606,10 @@ CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
CONFIG_PM_SLEEP=y
CONFIG_PM_SLEEP_SMP=y
-# CONFIG_PM_AUTOSLEEP is not set
-# CONFIG_PM_WAKELOCKS is not set
+CONFIG_PM_AUTOSLEEP=y
+CONFIG_PM_WAKELOCKS=y
+CONFIG_PM_WAKELOCKS_LIMIT=100
+CONFIG_PM_WAKELOCKS_GC=y
CONFIG_PM_RUNTIME=y
CONFIG_PM=y
CONFIG_PM_DEBUG=y