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 <Valdis.Kletnieks@vt.edu>
Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@intel.com>
Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
Dmitry Kasatkin
2012-01-17 17:12:05 +02:00
committed by James Morris
parent be440ec773
commit 68adcad570

View File

@@ -296,11 +296,9 @@ config MPILIB_EXTRA
bool "Multiprecision maths library - additional sources" bool "Multiprecision maths library - additional sources"
depends on MPILIB depends on MPILIB
help help
Multiprecision maths library from GnuPG. Additional sources of multiprecision maths library from GnuPG.
It is used to implement RSA digital signature verification, This code is unnecessary for RSA digital signature verification,
which is used by IMA/EVM digital signature extension. but can be compiled if needed.
This code in unnecessary for RSA digital signature verification,
and can be compiled if needed.
config SIGNATURE config SIGNATURE
tristate "In-kernel signature checker" tristate "In-kernel signature checker"