diff options
author | Magnus Damm <damm@igel.co.jp> | 2009-03-13 16:23:04 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-03-16 11:52:53 +0100 |
commit | 7759491274bc5ba7cd72b3b9cc5ec8247b937efb (patch) | |
tree | f6e98001aa8296220e429c30ac3a8cc42b8cc95d /arch/sh/Kconfig | |
parent | sh: Fix compile error by operands(mov.l) in sh3/entry.S (diff) | |
download | linux-7759491274bc5ba7cd72b3b9cc5ec8247b937efb.tar.xz linux-7759491274bc5ba7cd72b3b9cc5ec8247b937efb.zip |
sh: SuperH Mobile suspend support
This patch contains CONFIG_SUSPEND support to the SuperH
architecture. If enabled, SuperH Mobile processors will
register their suspend callbacks during boot.
To suspend, use "echo mem > /sys/power/state". To allow
wakeup, make sure "/sys/device/platform/../power/wakeup"
contains "enabled". Additional per-device driver patches
are most likely needed.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index adffbf4048b1..a0c879d17fd6 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -181,6 +181,7 @@ config CPU_SHX3 config ARCH_SHMOBILE bool + select ARCH_SUSPEND_POSSIBLE choice prompt "Processor sub-type selection" |