Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f23188e authored by Kukjin Kim's avatar Kukjin Kim Committed by Russell King
Browse files

ARM: 6900/1: Suspend: Fix build error on ARCH_S5PC100



The current mainline codes of ARCH_S5PC100 cannot 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>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent a904f5f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
	depends on CPU_ARM920T || CPU_ARM926T || CPU_SA1100 || \
		CPU_V6 || CPU_V6K || CPU_V7 || CPU_XSC3 || CPU_XSCALE
	def_bool y