diff options
author | Paul Burton <paul.burton@imgtec.com> | 2014-05-07 12:20:57 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-05-30 21:01:09 +0200 |
commit | b6911bba598f5d611f7fdbb87b5af7f1712dbe9d (patch) | |
tree | 8d19951428748909cd508251ebce1d1a5e2cf6ec /arch/mips/mti-malta/Makefile | |
parent | 643c5705bc9d30b64ca320715eb210b853d1f27e (diff) | |
download | linux-b6911bba598f5d611f7fdbb87b5af7f1712dbe9d.tar.bz2 |
MIPS: Malta: add suspend state entry code
This patch introduces code which will enter a suspend state via the
PIIX4. This can only be done when PCI support is enabled since it
requires access to PCI I/O space and the generation of a special cycle
on the PCI bus. In cases where PCI is disabled the mips_pm_suspend
function will simply always return an error.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6905/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mti-malta/Makefile')
-rw-r--r-- | arch/mips/mti-malta/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/mti-malta/Makefile b/arch/mips/mti-malta/Makefile index a85160137904..b9510ea8db56 100644 --- a/arch/mips/mti-malta/Makefile +++ b/arch/mips/mti-malta/Makefile @@ -8,3 +8,5 @@ obj-y := malta-amon.o malta-display.o malta-init.o \ malta-int.o malta-memory.o malta-platform.o \ malta-reset.o malta-setup.o malta-time.o + +obj-$(CONFIG_MIPS_MALTA_PM) += malta-pm.o |