diff options
author | Abhilash Kesavan <a.kesavan@samsung.com> | 2011-10-04 20:30:22 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-10-04 20:31:24 +0900 |
commit | 6b6844dd54e4196dd9818bc63b319f93c37a08be (patch) | |
tree | c01749ce969969da4273a51cc054a089d60eb83b /arch/arm/mach-s5p64x0/Kconfig | |
parent | e2e13621b267f88f69917780e107725d2c0ecad9 (diff) | |
download | linux-6b6844dd54e4196dd9818bc63b319f93c37a08be.tar.bz2 |
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/mach-s5p64x0/Kconfig')
-rw-r--r-- | arch/arm/mach-s5p64x0/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s5p64x0/Kconfig b/arch/arm/mach-s5p64x0/Kconfig index e361c41314e9..18690c5f99e6 100644 --- a/arch/arm/mach-s5p64x0/Kconfig +++ b/arch/arm/mach-s5p64x0/Kconfig @@ -11,6 +11,8 @@ config CPU_S5P6440 bool select SAMSUNG_DMADEV select S5P_HRT + select S5P_SLEEP if PM + select SAMSUNG_WAKEMASK if PM help Enable S5P6440 CPU support @@ -18,6 +20,8 @@ config CPU_S5P6450 bool select SAMSUNG_DMADEV select S5P_HRT + select S5P_SLEEP if PM + select SAMSUNG_WAKEMASK if PM help Enable S5P6450 CPU support |