diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-01 22:56:38 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-01 22:56:38 -0400 |
commit | 8dafc34616282c1fd79d42a4353ee5322767d720 (patch) | |
tree | 3f271f392bc61d7cdef227e81c079c9f10e1ec34 /arch/sh/Kconfig | |
parent | 64935056f038a222278eb9b4a07176b339d64565 (diff) |
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/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 19566c8d9826..2af949a6a898 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -28,6 +28,7 @@ config SUPERH32 | |||
28 | select HAVE_FTRACE_MCOUNT_RECORD | 28 | select HAVE_FTRACE_MCOUNT_RECORD |
29 | select HAVE_DYNAMIC_FTRACE | 29 | select HAVE_DYNAMIC_FTRACE |
30 | select HAVE_ARCH_KGDB | 30 | select HAVE_ARCH_KGDB |
31 | select ARCH_HIBERNATION_POSSIBLE if MMU | ||
31 | 32 | ||
32 | config SUPERH64 | 33 | config SUPERH64 |
33 | def_bool y if CPU_SH5 | 34 | def_bool y if CPU_SH5 |