diff options
author | Jongpill Lee <boyko.lee@samsung.com> | 2012-02-16 22:23:51 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-05-19 14:14:36 -0400 |
commit | 60e49ca654eea42e04912b259fa36bad2c3e56ef (patch) | |
tree | 733d7c478de6df42761a2938b6129d6242bb84fd /arch/arm/mach-exynos/Kconfig | |
parent | a2fa3041b666e6aecee7929ffbc1759ef63a0c5c (diff) |
ARM: EXYNOS: Support suspend and resume for EXYNOS5250
This patch adds function for suspend and resume of Exynos5250.
Signed-off-by: Jongpill Lee <boyko.lee@samsung.com>
[kgene.kim@samsung.com: re-worked on top of v3.4-rc7]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/Kconfig')
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 5893e2397da1..9ae68f47515f 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig | |||
@@ -62,6 +62,8 @@ config SOC_EXYNOS5250 | |||
62 | default y | 62 | default y |
63 | depends on ARCH_EXYNOS5 | 63 | depends on ARCH_EXYNOS5 |
64 | select SAMSUNG_DMADEV | 64 | select SAMSUNG_DMADEV |
65 | select S5P_PM if PM | ||
66 | select S5P_SLEEP if PM | ||
65 | help | 67 | help |
66 | Enable EXYNOS5250 SoC support | 68 | Enable EXYNOS5250 SoC support |
67 | 69 | ||