diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-02 11:56:38 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-02 11:56:38 +0900 |
commit | 8dafc34616282c1fd79d42a4353ee5322767d720 (patch) | |
tree | 3f271f392bc61d7cdef227e81c079c9f10e1ec34 /arch/sh | |
parent | 64935056f038a222278eb9b4a07176b339d64565 (diff) | |
download | op-kernel-dev-8dafc34616282c1fd79d42a4353ee5322767d720.zip op-kernel-dev-8dafc34616282c1fd79d42a4353ee5322767d720.tar.gz |
sh: Select ARCH_HIBERNATION_POSSIBLE.
Now that the requisite patches have gone in, this can safely be enabled
across the board for all of the 32-bit SH platforms.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-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 19566c8..2af949a 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -28,6 +28,7 @@ config SUPERH32 select HAVE_FTRACE_MCOUNT_RECORD select HAVE_DYNAMIC_FTRACE select HAVE_ARCH_KGDB + select ARCH_HIBERNATION_POSSIBLE if MMU config SUPERH64 def_bool y if CPU_SH5 |