summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorVivek Goyal2014-08-30 00:18:49 +0200
committerLinus Torvalds2014-08-30 01:28:16 +0200
commitb41d34b46aa91e0c83300c38eebc0b8762705e82 (patch)
treecf77e7bf4084450269063bbdc9fba728851adb47 /arch/mips
parentkexec: create a new config option CONFIG_KEXEC_FILE for new syscall (diff)
downloadkernel-qcow2-linux-b41d34b46aa91e0c83300c38eebc0b8762705e82.tar.gz
kernel-qcow2-linux-b41d34b46aa91e0c83300c38eebc0b8762705e82.tar.xz
kernel-qcow2-linux-b41d34b46aa91e0c83300c38eebc0b8762705e82.zip
kexec: remove CONFIG_KEXEC dependency on crypto
New system call depends on crypto. As it did not have a separate config option, CONFIG_KEXEC was modified to select CRYPTO and CRYPTO_SHA256. But now previous patch introduced a new config option for new syscall. So CONFIG_KEXEC does not require crypto. Remove that dependency. Signed-off-by: Vivek Goyal <vgoyal@redhat.com> Cc: Eric Biederman <ebiederm@xmission.com> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Shaun Ruffell <sruffell@digium.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index df51e78a72cc..900c7e5333b6 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -2396,8 +2396,6 @@ source "kernel/Kconfig.preempt"
config KEXEC
bool "Kexec system call"
- select CRYPTO
- select CRYPTO_SHA256
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