X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=arch%2Fsh%2FKconfig;h=5e4babecf934067645ff92704a25cb0bb2458a1a;hb=45e36c1666aa6c8b0c538abcf984b336184d8c3f;hp=2d52b515c2418a7ca4a3993a2f6d58957b7b6755;hpb=87fc94d54b639d8c39fc4a11db0e142f84096e13;p=~andy%2Flinux diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 2d52b515c24..5e4babecf93 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 @@ -129,6 +130,9 @@ config ARCH_HAS_ILOG2_U64 config ARCH_NO_VIRT_TO_BUS def_bool y +config ARCH_HAS_DEFAULT_IDLE + def_bool y + config IO_TRAPPED bool @@ -530,7 +534,7 @@ source kernel/Kconfig.hz config KEXEC bool "kexec system call (EXPERIMENTAL)" - depends on SUPERH32 && EXPERIMENTAL + depends on SUPERH32 && EXPERIMENTAL && MMU help kexec is a system call that implements the ability to shutdown your current kernel, and to start another kernel. It is like a reboot