Adding the wake lock and autosleep support to N9 Mer defconfig. It is needed to test userspace code handling wake locks.
Signed-off-by: Kalle Jokiniemi <[email protected]> --- arch/arm/configs/n9_mer_defconfig | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/arm/configs/n9_mer_defconfig b/arch/arm/configs/n9_mer_defconfig index 4559538..00225ff 100644 --- a/arch/arm/configs/n9_mer_defconfig +++ b/arch/arm/configs/n9_mer_defconfig @@ -553,8 +553,10 @@ CONFIG_BINFMT_MISC=y CONFIG_SUSPEND=y CONFIG_SUSPEND_FREEZER=y CONFIG_PM_SLEEP=y -# CONFIG_PM_AUTOSLEEP is not set -# CONFIG_PM_WAKELOCKS is not set +CONFIG_PM_AUTOSLEEP=y +CONFIG_PM_WAKELOCKS=y +CONFIG_PM_WAKELOCKS_LIMIT=100 +CONFIG_PM_WAKELOCKS_GC=y CONFIG_PM_RUNTIME=y CONFIG_PM=y CONFIG_PM_DEBUG=y -- 1.7.4.1
