Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95984421 authored by Dylan Reid's avatar Dylan Reid Committed by Rom Lemarchand
Browse files

power: Remove HAS_WAKELOCK config and document WAKELOCK



Remove the HAS_WAKELOCK config as it doesn't seem to have been used in
the 3.10 or 3.14 kernels.

Add some Documentation to CONFIG_WAKELOCK so that it is selectable and
can be disabled is desired.

Signed-off-by: default avatarDylan Reid <dgreid@chromium.org>
parent b9bdea5a
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -18,13 +18,14 @@ config SUSPEND_FREEZER

	  Turning OFF this setting is NOT recommended! If in doubt, say Y.

config HAS_WAKELOCK
	bool
	default y

config WAKELOCK
	bool
	bool "Android's method of preventing suspend"
	default y
	---help---
	  This allows applications to prevent the CPU from suspending while
	  they need it.

	  Say Y if you are running an android userspace.

config HIBERNATE_CALLBACKS
	bool