diff options
author | Abhilash Kesavan <a.kesavan@samsung.com> | 2011-10-04 07:30:22 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-10-04 07:31:24 -0400 |
commit | 6b6844dd54e4196dd9818bc63b319f93c37a08be (patch) | |
tree | c01749ce969969da4273a51cc054a089d60eb83b /arch/arm/Kconfig | |
parent | e2e13621b267f88f69917780e107725d2c0ecad9 (diff) |
ARM: S5P64X0: Add Power Management support
Add suspend-to-ram support for SMDK6440/50
Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.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 bea81d018312..52f1027d9cb1 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -2093,7 +2093,7 @@ menu "Power management options" | |||
2093 | source "kernel/power/Kconfig" | 2093 | source "kernel/power/Kconfig" |
2094 | 2094 | ||
2095 | config ARCH_SUSPEND_POSSIBLE | 2095 | config ARCH_SUSPEND_POSSIBLE |
2096 | depends on !ARCH_S5P64X0 && !ARCH_S5PC100 | 2096 | depends on !ARCH_S5PC100 |
2097 | depends on CPU_ARM920T || CPU_ARM926T || CPU_SA1100 || \ | 2097 | depends on CPU_ARM920T || CPU_ARM926T || CPU_SA1100 || \ |
2098 | CPU_V6 || CPU_V6K || CPU_V7 || CPU_XSC3 || CPU_XSCALE | 2098 | CPU_V6 || CPU_V6K || CPU_V7 || CPU_XSC3 || CPU_XSCALE |
2099 | def_bool y | 2099 | def_bool y |