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-10-15 23:36:14 -0700
commitadbce43895b2a23e023d14ef57e041111a64c0f6 (patch)
tree1340906ed76f730caef88d3c659ea76c4ff8500b /arch
parent76fc7c3b0d4b26e6387cfc75361124e87789e28d (diff)
downloadlinux-3.10-adbce43895b2a23e023d14ef57e041111a64c0f6.tar.gz
linux-3.10-adbce43895b2a23e023d14ef57e041111a64c0f6.tar.bz2
linux-3.10-adbce43895b2a23e023d14ef57e041111a64c0f6.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