From: Dmitry Kasatkin Date: Tue, 17 Jan 2012 15:12:05 +0000 (+0200) Subject: lib: MPILIB Kconfig description update X-Git-Tag: upstream/snapshot3+hdmi~8290^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68adcad570a2ce0496918ddd9f8c83138d9bcc93;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git lib: MPILIB Kconfig description update It was reported that description of the MPILIB_EXTRA is confusing. Indeed it was copy-paste typo. It is fixed here. Reported-by: Valdis Kletnieks Signed-off-by: Dmitry Kasatkin Signed-off-by: James Morris --- diff --git a/lib/Kconfig b/lib/Kconfig index dbaf19e..1cbc1fe 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -296,11 +296,9 @@ config MPILIB_EXTRA bool "Multiprecision maths library - additional sources" depends on MPILIB help - Multiprecision maths library from GnuPG. - It is used to implement RSA digital signature verification, - which is used by IMA/EVM digital signature extension. - This code in unnecessary for RSA digital signature verification, - and can be compiled if needed. + Additional sources of multiprecision maths library from GnuPG. + This code is unnecessary for RSA digital signature verification, + but can be compiled if needed. config SIGNATURE tristate "In-kernel signature checker"