Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Kukjin Kim and committed by
Russell King
5f23188e a904f5f9

+1 -1
+1 -1
arch/arm/Kconfig
··· 2010 2010 source "kernel/power/Kconfig" 2011 2011 2012 2012 config ARCH_SUSPEND_POSSIBLE 2013 - depends on !ARCH_S5P64X0 && !ARCH_S5P6442 2013 + depends on !ARCH_S5P64X0 && !ARCH_S5P6442 && !ARCH_S5PC100 2014 2014 depends on CPU_ARM920T || CPU_ARM926T || CPU_SA1100 || \ 2015 2015 CPU_V6 || CPU_V6K || CPU_V7 || CPU_XSC3 || CPU_XSCALE 2016 2016 def_bool y