From: Vivek Goyal Date: Fri, 29 Aug 2014 22:18:49 +0000 (-0700) Subject: kexec: remove CONFIG_KEXEC dependency on crypto X-Git-Tag: omap-fixes-against-v3.17-rc3~22^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b41d34b46aa91e0c83300c38eebc0b8762705e82;p=pandora-kernel.git 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 Cc: Eric Biederman Cc: H. Peter Anvin Cc: Shaun Ruffell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed