All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: Suspend: Fix build error on ARCH_S5PC100
@ 2011-04-02  2:09 ` Kukjin Kim
  0 siblings, 0 replies; 24+ messages in thread
From: Kukjin Kim @ 2011-04-02  2:09 UTC (permalink / raw)
  To: linux-arm-kernel, linux-samsung-soc; +Cc: ben-linux, Kukjin Kim, Russell King

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@arm.linux.org.uk>
Signed-off-by: Kukjin Kim <kgene.kim@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

^ permalink raw reply related	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2011-05-16  7:15 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-02  2:09 [PATCH] ARM: Suspend: Fix build error on ARCH_S5PC100 Kukjin Kim
2011-04-02  2:09 ` Kukjin Kim
2011-04-02  9:19 ` Russell King - ARM Linux
2011-04-02  9:19   ` Russell King - ARM Linux
2011-04-02  9:20   ` [PATCH 1/2] ARM: Make consolidated PM sleep code depend on PM_SLEEP Russell King - ARM Linux
2011-04-02  9:20     ` Russell King - ARM Linux
2011-04-03 11:26     ` Arnaud Patard
2011-04-03 11:26       ` Arnaud Patard (Rtp)
2011-04-03 12:27       ` Russell King - ARM Linux
2011-04-03 12:27         ` Russell King - ARM Linux
2011-04-04 11:50         ` Kukjin Kim
2011-04-04 11:50           ` Kukjin Kim
2011-04-02  9:21   ` [PATCH 2/2] ARM: Only allow PM_SLEEP with CPUs which support suspend Russell King - ARM Linux
2011-04-02  9:21     ` Russell King - ARM Linux
2011-04-04 11:47   ` [PATCH] ARM: Suspend: Fix build error on ARCH_S5PC100 Kukjin Kim
2011-04-04 11:47     ` Kukjin Kim
2011-04-28 18:43     ` Russell King - ARM Linux
2011-04-28 18:43       ` Russell King - ARM Linux
2011-05-02  1:09       ` Kukjin Kim
2011-05-02  1:09         ` Kukjin Kim
2011-05-12  9:05         ` Russell King - ARM Linux
2011-05-12  9:05           ` Russell King - ARM Linux
2011-05-16  7:15           ` Kukjin Kim
2011-05-16  7:15             ` Kukjin Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.