diff options
author | Dmitry Kasatkin <dmitry.kasatkin@intel.com> | 2012-01-17 10:12:05 -0500 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2012-01-17 18:46:24 -0500 |
commit | 68adcad570a2ce0496918ddd9f8c83138d9bcc93 (patch) | |
tree | 548a8e03700472a86aa4063c1822664852dd8283 /lib/Kconfig | |
parent | be440ec77325d02ad5e43676eb8d868426d35cd5 (diff) |
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>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index dbaf19ea84e8..1cbc1fe13619 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -296,11 +296,9 @@ config MPILIB_EXTRA | |||
296 | bool "Multiprecision maths library - additional sources" | 296 | bool "Multiprecision maths library - additional sources" |
297 | depends on MPILIB | 297 | depends on MPILIB |
298 | help | 298 | help |
299 | Multiprecision maths library from GnuPG. | 299 | Additional sources of multiprecision maths library from GnuPG. |
300 | It is used to implement RSA digital signature verification, | 300 | This code is unnecessary for RSA digital signature verification, |
301 | which is used by IMA/EVM digital signature extension. | 301 | but can be compiled if needed. |
302 | This code in unnecessary for RSA digital signature verification, | ||
303 | and can be compiled if needed. | ||
304 | 302 | ||
305 | config SIGNATURE | 303 | config SIGNATURE |
306 | tristate "In-kernel signature checker" | 304 | tristate "In-kernel signature checker" |