From: Paul Bolle Date: Wed, 12 Feb 2014 09:28:05 +0000 (+0100) Subject: doc: Insert MODULE_ in module-signing macros X-Git-Tag: v3.15-rc1~115^2~9 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7df2482fc1d32f9fec3b0102c446bafa5646a86e;p=uclinux-h8%2Flinux.git doc: Insert MODULE_ in module-signing macros Signed-off-by: Paul Bolle Signed-off-by: Jiri Kosina --- diff --git a/Documentation/module-signing.txt b/Documentation/module-signing.txt index 2b40e04d3c49..09b583e38907 100644 --- a/Documentation/module-signing.txt +++ b/Documentation/module-signing.txt @@ -77,11 +77,11 @@ This has a number of options available: This presents a choice of which hash algorithm the installation phase will sign the modules with: - CONFIG_SIG_SHA1 "Sign modules with SHA-1" - CONFIG_SIG_SHA224 "Sign modules with SHA-224" - CONFIG_SIG_SHA256 "Sign modules with SHA-256" - CONFIG_SIG_SHA384 "Sign modules with SHA-384" - CONFIG_SIG_SHA512 "Sign modules with SHA-512" + CONFIG_MODULE_SIG_SHA1 "Sign modules with SHA-1" + CONFIG_MODULE_SIG_SHA224 "Sign modules with SHA-224" + CONFIG_MODULE_SIG_SHA256 "Sign modules with SHA-256" + CONFIG_MODULE_SIG_SHA384 "Sign modules with SHA-384" + CONFIG_MODULE_SIG_SHA512 "Sign modules with SHA-512" The algorithm selected here will also be built into the kernel (rather than being a module) so that modules signed with that algorithm can have