diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2011-05-16 06:43:55 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-05-16 06:57:44 -0400 |
commit | 5f23188e036aabfe9245f9e61adbb4ea27ed8f35 (patch) | |
tree | a4c07f2e4627f0fdc521c5a3611ca82be40fbc44 /arch/arm/Kconfig | |
parent | a904f5f9eb7a55baacb2f4c1423cac8a8eb78a3a (diff) |
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>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 377a7a595b08..96839d9ee35d 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -2010,7 +2010,7 @@ menu "Power management options" | |||
2010 | source "kernel/power/Kconfig" | 2010 | source "kernel/power/Kconfig" |
2011 | 2011 | ||
2012 | config ARCH_SUSPEND_POSSIBLE | 2012 | config ARCH_SUSPEND_POSSIBLE |
2013 | depends on !ARCH_S5P64X0 && !ARCH_S5P6442 | 2013 | depends on !ARCH_S5P64X0 && !ARCH_S5P6442 && !ARCH_S5PC100 |
2014 | depends on CPU_ARM920T || CPU_ARM926T || CPU_SA1100 || \ | 2014 | depends on CPU_ARM920T || CPU_ARM926T || CPU_SA1100 || \ |
2015 | CPU_V6 || CPU_V6K || CPU_V7 || CPU_XSC3 || CPU_XSCALE | 2015 | CPU_V6 || CPU_V6K || CPU_V7 || CPU_XSC3 || CPU_XSCALE |
2016 | def_bool y | 2016 | def_bool y |