diff options
author | Sungjun Bae <june.bae@samsung.com> | 2010-08-04 19:29:00 +0900 |
---|---|---|
committer | Arve Hjønnevåg <arve@android.com> | 2011-11-16 21:48:40 -0800 |
commit | 8c7605ec42aaab38f8574789e60eada99960f1c6 (patch) | |
tree | 068f91f3a5c42b0a4aa053658a4aa0aa911541cc /arch/arm/plat-s5p/Makefile | |
parent | f3c147f9f429790df4400a7005258a9544824703 (diff) | |
download | kernel_samsung_crespo-8c7605ec42aaab38f8574789e60eada99960f1c6.zip kernel_samsung_crespo-8c7605ec42aaab38f8574789e60eada99960f1c6.tar.gz kernel_samsung_crespo-8c7605ec42aaab38f8574789e60eada99960f1c6.tar.bz2 |
S5PC110: APM: Add Power Management Support
This patch adds suspend-to-ram support for S5PC110.
Signed-off-by: Sungjun Bae <june.bae@samsung.com>
Diffstat (limited to 'arch/arm/plat-s5p/Makefile')
-rw-r--r-- | arch/arm/plat-s5p/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/plat-s5p/Makefile b/arch/arm/plat-s5p/Makefile index 8728b60..a45124a 100644 --- a/arch/arm/plat-s5p/Makefile +++ b/arch/arm/plat-s5p/Makefile @@ -42,9 +42,10 @@ obj-$(CONFIG_S5P_SETUP_MIPIPHY) += setup-mipiphy.o # PM support +# PM support + obj-$(CONFIG_PM) += pm.o obj-$(CONFIG_PM) += irq-pm.o -obj-$(CONFIG_PM) += sleep.o ifdef CONFIG_S5P_HIGH_RES_TIMERS ifdef CONFIG_HRT_RTC |