diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-04-25 13:04:56 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-05-08 19:51:37 +0900 |
commit | 640f7487a919dec4ea98b88a050331f6a4044ea9 (patch) | |
tree | e33f23eb3a8531d701858dd406651e084dee27d4 /arch | |
parent | 824fcdded0591b879dc0d5c1873c168ca4bf6fae (diff) | |
download | kernel_samsung_espresso10-640f7487a919dec4ea98b88a050331f6a4044ea9.zip kernel_samsung_espresso10-640f7487a919dec4ea98b88a050331f6a4044ea9.tar.gz kernel_samsung_espresso10-640f7487a919dec4ea98b88a050331f6a4044ea9.tar.bz2 |
sh: kexec and kdump depend on SUPERH32.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-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 6a679c3..563f8af 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -666,7 +666,7 @@ source kernel/Kconfig.hz config KEXEC bool "kexec system call (EXPERIMENTAL)" - depends on EXPERIMENTAL + depends on SUPERH32 && EXPERIMENTAL 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 @@ -683,7 +683,7 @@ config KEXEC config CRASH_DUMP bool "kernel crash dumps (EXPERIMENTAL)" - depends on EXPERIMENTAL + depends on SUPERH32 && EXPERIMENTAL help Generate crash dump after being started by kexec. This should be normally only set in special crash dump kernels |