summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mmp/Makefile
diff options
context:
space:
mode:
authorChao Xie2012-05-07 05:24:01 +0200
committerHaojian Zhuang2012-05-07 05:48:37 +0200
commit902ca2297180fe97f840427c114cc6dc7e77375e (patch)
treeb4fcc0f77a1af56b76f520f05b9315e9fb0a08d1 /arch/arm/mach-mmp/Makefile
parentARM: mmp: ttc_dkb: add PMIC support (diff)
downloadkernel-qcow2-linux-902ca2297180fe97f840427c114cc6dc7e77375e.tar.gz
kernel-qcow2-linux-902ca2297180fe97f840427c114cc6dc7e77375e.tar.xz
kernel-qcow2-linux-902ca2297180fe97f840427c114cc6dc7e77375e.zip
ARM: mmp: add pm support for pxa910
add suspend/resume functionality for pxa910 Signed-off-by: Chao Xie <chao.xie@marvell.com> Signed-off-by: Raul Xiong <xjian@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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/Makefile b/arch/arm/mach-mmp/Makefile
index 7d60cef417e4..b786f7e6cd1f 100644
--- a/arch/arm/mach-mmp/Makefile
+++ b/arch/arm/mach-mmp/Makefile
@@ -10,6 +10,7 @@ obj-$(CONFIG_CPU_PXA910) += pxa910.o
obj-$(CONFIG_CPU_MMP2) += mmp2.o sram.o
ifeq ($(CONFIG_PM),y)
+obj-$(CONFIG_CPU_PXA910) += pm-pxa910.o
obj-$(CONFIG_CPU_MMP2) += pm-mmp2.o
endif