summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tango/Makefile
diff options
context:
space:
mode:
authorMarc Gonzalez <marc_gonzalez@sigmadesigns.com>2016-07-07 15:08:14 +0200
committerArnd Bergmann <arnd@arndb.de>2016-07-07 16:09:30 +0200
commita30eceb7a59daa2d92cca7f2f30b9bd91a8d7111 (patch)
tree2d224ac5d12222ccd1c86642340d85c006068c14 /arch/arm/mach-tango/Makefile
parent2e2843f1b7a3c88761596fc5b2ef21b85c05ef55 (diff)
downloadlinux-a30eceb7a59daa2d92cca7f2f30b9bd91a8d7111.tar.bz2
ARM: tango: add Suspend-to-RAM support
Ask firmware to put RAM in self-refresh mode and power system down. echo mem > /sys/power/state See Documentation/power/states.txt Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-tango/Makefile')
-rw-r--r--arch/arm/mach-tango/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tango/Makefile b/arch/arm/mach-tango/Makefile
index f33935e42e77..204fcd9fe180 100644
--- a/arch/arm/mach-tango/Makefile
+++ b/arch/arm/mach-tango/Makefile
@@ -3,3 +3,4 @@ AFLAGS_smc.o := -Wa,-march=armv7-a$(plus_sec)
obj-y += setup.o smc.o
obj-$(CONFIG_SMP) += platsmp.o
+obj-$(CONFIG_SUSPEND) += pm.o