diff options
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 6a679c3e15e8..563f8af08508 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -666,7 +666,7 @@ source kernel/Kconfig.hz | |||
666 | 666 | ||
667 | config KEXEC | 667 | config KEXEC |
668 | bool "kexec system call (EXPERIMENTAL)" | 668 | bool "kexec system call (EXPERIMENTAL)" |
669 | depends on EXPERIMENTAL | 669 | depends on SUPERH32 && EXPERIMENTAL |
670 | help | 670 | help |
671 | kexec is a system call that implements the ability to shutdown your | 671 | kexec is a system call that implements the ability to shutdown your |
672 | current kernel, and to start another kernel. It is like a reboot | 672 | current kernel, and to start another kernel. It is like a reboot |
@@ -683,7 +683,7 @@ config KEXEC | |||
683 | 683 | ||
684 | config CRASH_DUMP | 684 | config CRASH_DUMP |
685 | bool "kernel crash dumps (EXPERIMENTAL)" | 685 | bool "kernel crash dumps (EXPERIMENTAL)" |
686 | depends on EXPERIMENTAL | 686 | depends on SUPERH32 && EXPERIMENTAL |
687 | help | 687 | help |
688 | Generate crash dump after being started by kexec. | 688 | Generate crash dump after being started by kexec. |
689 | This should be normally only set in special crash dump kernels | 689 | This should be normally only set in special crash dump kernels |