aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mmp/Makefile
diff options
context:
space:
mode:
authorChao Xie <chao.xie@marvell.com>2012-05-06 23:22:23 -0400
committerHaojian Zhuang <haojian.zhuang@gmail.com>2012-05-06 23:35:00 -0400
commit87046f4f3194ac0a795a10f3368ac73c04c633e3 (patch)
tree142681e56baadcb7d6d2269c051d7ee8dcc4311c /arch/arm/mach-mmp/Makefile
parent5e5661a872600cb4b12d5292160608fb232efdcd (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/Makefile4
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
9obj-$(CONFIG_CPU_PXA910) += pxa910.o 9obj-$(CONFIG_CPU_PXA910) += pxa910.o
10obj-$(CONFIG_CPU_MMP2) += mmp2.o sram.o 10obj-$(CONFIG_CPU_MMP2) += mmp2.o sram.o
11 11
12ifeq ($(CONFIG_PM),y)
13obj-$(CONFIG_CPU_MMP2) += pm-mmp2.o
14endif
15
12# board support 16# board support
13obj-$(CONFIG_MACH_ASPENITE) += aspenite.o 17obj-$(CONFIG_MACH_ASPENITE) += aspenite.o
14obj-$(CONFIG_MACH_ZYLONITE2) += aspenite.o 18obj-$(CONFIG_MACH_ZYLONITE2) += aspenite.o