aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power/Kconfig
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.com>2012-09-22 09:48:20 +0200
committercodeworkx <codeworkx@cyanogenmod.com>2012-09-22 14:02:16 +0200
commit2489007e7d740ccbc3e0a202914e243ad5178787 (patch)
treeb8e6380ea7b1da63474ad68a5dba997e01146043 /kernel/power/Kconfig
parent5f67568eb31e3a813c7c52461dcf66ade15fc2e7 (diff)
downloadkernel_samsung_smdk4412-2489007e7d740ccbc3e0a202914e243ad5178787.zip
kernel_samsung_smdk4412-2489007e7d740ccbc3e0a202914e243ad5178787.tar.gz
kernel_samsung_smdk4412-2489007e7d740ccbc3e0a202914e243ad5178787.tar.bz2
merge opensource jb u5
Change-Id: I1aaec157aa196f3448eff8636134fce89a814cf2
Diffstat (limited to 'kernel/power/Kconfig')
-rw-r--r--kernel/power/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig
index 56afb61..9fda331 100644
--- a/kernel/power/Kconfig
+++ b/kernel/power/Kconfig
@@ -26,6 +26,15 @@ config PM_WATCHDOG_TIMEOUT
Enable PM watchdog timer to catch lockup during early_suspend,
late_resume and suspend_finish.
+config FAST_BOOT
+ bool "Force suspend and show fake turn off which is same with suspend"
+ depends on SUSPEND
+ default n
+ ---help---
+ This allows you go to suspend instead to turn off. If this is
+ done, it goes to wake up instead to turn on. This works with power
+ source.
+
config HAS_WAKELOCK
bool
@@ -152,6 +161,14 @@ config FULL_PAGE_RECLAIM
dramatically decreased and small size of hibernation snapshot image
has benefit for fast booting.
+config FAST_RESUME
+ bool "Using fast resume during Suspend-to-Disk"
+ depends on HIBERNATION
+ ---help---
+ software_resume() function which triggers hibernation restore is
+ called faster on booting time by introducing new initcalls. This has
+ benefit for fast booting on hibernation
+
config PM_STD_PARTITION
string "Default resume partition"
depends on HIBERNATION