diff options
author | Chao Xie <chao.xie@marvell.com> | 2012-05-06 23:22:23 -0400 |
---|---|---|
committer | Haojian Zhuang <haojian.zhuang@gmail.com> | 2012-05-06 23:35:00 -0400 |
commit | 87046f4f3194ac0a795a10f3368ac73c04c633e3 (patch) | |
tree | 142681e56baadcb7d6d2269c051d7ee8dcc4311c /arch/arm/mach-mmp/Makefile | |
parent | 5e5661a872600cb4b12d5292160608fb232efdcd (diff) |
ARM: mmp: add PM support for mmp2
MMP2 can enter system sleep level during suspend.
It can be waken up by PMIC interrupt, RTC/ALARM.
Signed-off-by: Chao Xie <chao.xie@marvell.com>
Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Diffstat (limited to 'arch/arm/mach-mmp/Makefile')
-rw-r--r-- | arch/arm/mach-mmp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/Makefile b/arch/arm/mach-mmp/Makefile index b920b9bfbdb6..7d60cef417e4 100644 --- a/arch/arm/mach-mmp/Makefile +++ b/arch/arm/mach-mmp/Makefile | |||
@@ -9,6 +9,10 @@ obj-$(CONFIG_CPU_PXA168) += pxa168.o | |||
9 | obj-$(CONFIG_CPU_PXA910) += pxa910.o | 9 | obj-$(CONFIG_CPU_PXA910) += pxa910.o |
10 | obj-$(CONFIG_CPU_MMP2) += mmp2.o sram.o | 10 | obj-$(CONFIG_CPU_MMP2) += mmp2.o sram.o |
11 | 11 | ||
12 | ifeq ($(CONFIG_PM),y) | ||
13 | obj-$(CONFIG_CPU_MMP2) += pm-mmp2.o | ||
14 | endif | ||
15 | |||
12 | # board support | 16 | # board support |
13 | obj-$(CONFIG_MACH_ASPENITE) += aspenite.o | 17 | obj-$(CONFIG_MACH_ASPENITE) += aspenite.o |
14 | obj-$(CONFIG_MACH_ZYLONITE2) += aspenite.o | 18 | obj-$(CONFIG_MACH_ZYLONITE2) += aspenite.o |