[PATCH] ARM: Suspend: Fix build error on ARCH_S5PC100
Kukjin Kim
kgene.kim at samsung.com
Fri Apr 1 22:09:15 EDT 2011
The current mainline codes of ARCH_S5PC100 can not support
suspend to ram. So needs this for preventing build error.
Cc: Russell King <rmk+kernel at arm.linux.org.uk>
Signed-off-by: Kukjin Kim <kgene.kim at samsung.com>
---
Oops, I missed this in my previous patch.
As I know, firstly ARCH_S5P64X0 will support suspend to ram
then ARCH_S5PC100 will do it. But right now, we need this.
arch/arm/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 7c0effb..5c3e232 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -2010,7 +2010,7 @@ menu "Power management options"
source "kernel/power/Kconfig"
config ARCH_SUSPEND_POSSIBLE
- depends on !ARCH_S5P64X0 && !ARCH_S5P6442
+ depends on !ARCH_S5P64X0 && !ARCH_S5P6442 && !ARCH_S5PC100
def_bool y
endmenu
--
1.7.1
More information about the linux-arm-kernel
mailing list