From 978c0b8313798028be23b36d9c94d779010238be Mon Sep 17 00:00:00 2001 From: Naveen Kumar S Date: Fri, 28 Jun 2013 22:49:05 +0530 Subject: arm: tegra11: config: disable wakelocks for L4T Wakelocks are not used in L4T. Disabling wakelock config macros in tegra11 L4T defconfig. Bug 1314808 Change-Id: I8016d2661db3190a0dba682da62a7659a282c8d2 Signed-off-by: Naveen Kumar S Reviewed-on: http://git-master/r/243501 (cherry picked from commit 119bd2ae76e4f0d6511f3be64e739b0b5013640d) Reviewed-on: http://git-master/r/244130 Reviewed-by: Kiran Adduri GVS: Gerrit_Virtual_Submit Reviewed-by: Winnie Hsu --- arch/arm/configs/tegra11_defconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/configs/tegra11_defconfig b/arch/arm/configs/tegra11_defconfig index 8198813aa909..5665724c25b8 100644 --- a/arch/arm/configs/tegra11_defconfig +++ b/arch/arm/configs/tegra11_defconfig @@ -64,7 +64,9 @@ CONFIG_CPU_IDLE=y CONFIG_CPUQUIET_FRAMEWORK=y CONFIG_VFP=y CONFIG_NEON=y -CONFIG_PM_WAKELOCKS=y +# CONFIG_WAKELOCK is not set +# CONFIG_HAS_WAKELOCK is not set +# CONFIG_PM_WAKELOCKS is not set CONFIG_PM_RUNTIME=y CONFIG_NET=y CONFIG_PACKET=y -- cgit v1.2.3