diff options
| -rw-r--r-- | arch/sh/Kconfig | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 8d50d527c595..19566c8d9826 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -530,7 +530,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 | 
