aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhangfei Gao <zhangfei.gao@linaro.org>2013-11-13 12:52:56 +0800
committerZhangfei Gao <zhangfei.gao@linaro.org>2013-11-13 12:52:56 +0800
commit5880c674f6fe2389c01abfedf519dfff2ff7d97c (patch)
treefd2ddbc7a31ad26d73aafee423e23e5d9812bfb7
parent810dbb7818965bea218cef9914fdcf5aa42ee268 (diff)
hs_config: append PM configtracking-hilt-hsconfig-1113
CONFIG_PM_AUTOSLEEP=y CONFIG_PM_WAKELOCKS=y CONFIG_PM_RUNTIME=y Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
-rw-r--r--arch/arm/configs/hs_defconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/configs/hs_defconfig b/arch/arm/configs/hs_defconfig
index badb9ce92dea..bb1e921fb9aa 100644
--- a/arch/arm/configs/hs_defconfig
+++ b/arch/arm/configs/hs_defconfig
@@ -466,9 +466,9 @@ 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_RUNTIME is not set
+CONFIG_PM_AUTOSLEEP=y
+CONFIG_PM_WAKELOCKS=y
+CONFIG_PM_RUNTIME=y
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
# CONFIG_APM_EMULATION is not set