aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power/Kconfig
diff options
context:
space:
mode:
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