From: Vaibhav Bedia Date: Fri, 20 Jan 2012 07:03:06 +0000 (+0530) Subject: ARM: OMAP: AM33XX: Don't enable suspend by default X-Git-Url: https://git.ti.com/gitweb?p=sitara-epos%2Fsitara-epos-kernel.git;a=commitdiff_plain;h=ebd87ee14ab432dcb22a29b167562bd7e1a55274 ARM: OMAP: AM33XX: Don't enable suspend by default Leaving the suspend option enabled in the defconfig leads to a 60 second timeout if the CM3 binary is not provided. To avoid this, disable suspend for now. A better solution for this might be exploring the usage of nowait version of the request_firmware interface. Signed-off-by: Vaibhav Bedia --- diff --git a/arch/arm/configs/am335x_evm_defconfig b/arch/arm/configs/am335x_evm_defconfig index 6ae4688aa711..5a3f564b7b64 100644 --- a/arch/arm/configs/am335x_evm_defconfig +++ b/arch/arm/configs/am335x_evm_defconfig @@ -469,9 +469,7 @@ CONFIG_BINFMT_MISC=y # # Power management options # -CONFIG_SUSPEND=y -CONFIG_SUSPEND_FREEZER=y -CONFIG_PM_SLEEP=y +# CONFIG_SUSPEND is not set CONFIG_PM_RUNTIME=y CONFIG_PM=y # CONFIG_PM_DEBUG is not set