diff options
author | Chao Xie <chao.xie@marvell.com> | 2012-05-06 23:23:58 -0400 |
---|---|---|
committer | Haojian Zhuang <haojian.zhuang@gmail.com> | 2012-05-06 23:42:54 -0400 |
commit | 3f5d081957cee794fe2937bb7edafa7ac949044d (patch) | |
tree | eca3454f0e5ab78e540cc39d02b2bd82421a85d5 /arch/arm/Kconfig | |
parent | 87046f4f3194ac0a795a10f3368ac73c04c633e3 (diff) |
ARM: mm: proc-mohawk: add suspend resume for mohawk
When enable ARCH_SUSPEND_POSSIBLE, it need defintion of
cpu_mohawk_do_suspend and cpu_mohawk_do_resume
Signed-off-by: Chao Xie <chao.xie@marvell.com>
Signed-off-by: Haojian Zhuang <<haojian.zhuang@gmail.com>
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 4cf9d4280972..aaa22f89fd23 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -2275,7 +2275,7 @@ source "kernel/power/Kconfig" | |||
2275 | config ARCH_SUSPEND_POSSIBLE | 2275 | config ARCH_SUSPEND_POSSIBLE |
2276 | depends on !ARCH_S5PC100 | 2276 | depends on !ARCH_S5PC100 |
2277 | depends on CPU_ARM920T || CPU_ARM926T || CPU_SA1100 || \ | 2277 | depends on CPU_ARM920T || CPU_ARM926T || CPU_SA1100 || \ |
2278 | CPU_V6 || CPU_V6K || CPU_V7 || CPU_XSC3 || CPU_XSCALE | 2278 | CPU_V6 || CPU_V6K || CPU_V7 || CPU_XSC3 || CPU_XSCALE || CPU_MOHAWK |
2279 | def_bool y | 2279 | def_bool y |
2280 | 2280 | ||
2281 | config ARM_CPU_SUSPEND | 2281 | config ARM_CPU_SUSPEND |