summaryrefslogtreecommitdiff
path: root/kernel/power/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/power/Kconfig')
-rw-r--r--kernel/power/Kconfig38
1 files changed, 0 insertions, 38 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig
index b5e1098d9cbc..3fe601b9db0e 100644
--- a/kernel/power/Kconfig
+++ b/kernel/power/Kconfig
@@ -26,9 +26,6 @@ config WAKELOCK
bool
default y
-config HAS_EARLYSUSPEND
- bool
-
config USER_WAKELOCK
bool "Userspace wake locks"
depends on PM_SLEEP
@@ -39,41 +36,6 @@ config USER_WAKELOCK
Write "lockname" to /sys/power/wake_unlock to unlock a user wake
lock.
-config EARLYSUSPEND
- bool "Early suspend"
- depends on WAKELOCK
- default y
- select HAS_EARLYSUSPEND
- ---help---
- Call early suspend handlers when the user requested sleep state
- changes.
-
-choice
- prompt "User-space screen access"
- default FB_EARLYSUSPEND if !FRAMEBUFFER_CONSOLE
- default CONSOLE_EARLYSUSPEND
- depends on HAS_EARLYSUSPEND
-
- config NO_USER_SPACE_SCREEN_ACCESS_CONTROL
- bool "None"
-
- config CONSOLE_EARLYSUSPEND
- bool "Console switch on early-suspend"
- depends on HAS_EARLYSUSPEND && VT
- ---help---
- Register early suspend handler to perform a console switch to
- when user-space should stop drawing to the screen and a switch
- back when it should resume.
-
- config FB_EARLYSUSPEND
- bool "Sysfs interface"
- depends on HAS_EARLYSUSPEND
- ---help---
- Register early suspend handler that notifies and waits for
- user-space through sysfs when user-space should stop drawing
- to the screen and notifies user-space when it should resume.
-endchoice
-
config HIBERNATE_CALLBACKS
bool