mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +00:00
b6911bba59
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>
13 lines
413 B
Makefile
13 lines
413 B
Makefile
#
|
|
# Carsten Langgaard, carstenl@mips.com
|
|
# Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved.
|
|
#
|
|
# Copyright (C) 2008 Wind River Systems, Inc.
|
|
# written by Ralf Baechle <ralf@linux-mips.org>
|
|
#
|
|
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
|