From cbece789f1c73ce4c6b0d01fbb3e35e2946ddba5 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Fri, 25 Apr 2008 13:04:56 +0900 Subject: [PATCH] --- yaml --- r: 96267 b: refs/heads/master c: 640f7487a919dec4ea98b88a050331f6a4044ea9 h: refs/heads/master i: 96265: 6c40a892999c20c2917922643faf861187a556f9 96263: f06ee655829f54b0b31bb56e27e55739aba7dcb8 v: v3 --- [refs] | 2 +- trunk/arch/sh/Kconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 222dce3ab7e8..a62560702403 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 824fcdded0591b879dc0d5c1873c168ca4bf6fae +refs/heads/master: 640f7487a919dec4ea98b88a050331f6a4044ea9 diff --git a/trunk/arch/sh/Kconfig b/trunk/arch/sh/Kconfig index 6a679c3e15e8..563f8af08508 100644 --- a/trunk/arch/sh/Kconfig +++ b/trunk/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