diff options
author | Brian King <brking@linux.vnet.ibm.com> | 2010-07-07 12:31:02 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2010-07-09 11:26:17 +1000 |
commit | 32d8ad4e621d6620e925cf540ef1d35aa6fa5a7b (patch) | |
tree | 02f0113e9a7cf78129b671e00244b39e72471c31 /arch/powerpc/Kconfig | |
parent | 8fe93f8d850a24581e9d47df5814b257fe451052 (diff) | |
download | talos-op-linux-32d8ad4e621d6620e925cf540ef1d35aa6fa5a7b.tar.gz talos-op-linux-32d8ad4e621d6620e925cf540ef1d35aa6fa5a7b.zip |
powerpc/pseries: Partition hibernation support
Enables support for HMC initiated partition hibernation. This is
a firmware assisted hibernation, since the firmware handles writing
the memory out to disk, along with other partition information,
so we just mimic suspend to ram.
Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 89bc2e895390..25b28fdc6767 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -219,7 +219,7 @@ config ARCH_HIBERNATION_POSSIBLE config ARCH_SUSPEND_POSSIBLE def_bool y depends on ADB_PMU || PPC_EFIKA || PPC_LITE5200 || PPC_83xx || \ - PPC_85xx || PPC_86xx + PPC_85xx || PPC_86xx || PPC_PSERIES config PPC_DCR_NATIVE bool |