diff options
-rw-r--r-- | lib/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 1cbc1fe13619..169eb7c598e5 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -286,14 +286,14 @@ config CORDIC | |||
286 | calculations are in fixed point. Module will be called cordic. | 286 | calculations are in fixed point. Module will be called cordic. |
287 | 287 | ||
288 | config MPILIB | 288 | config MPILIB |
289 | tristate "Multiprecision maths library" | 289 | tristate |
290 | help | 290 | help |
291 | Multiprecision maths library from GnuPG. | 291 | Multiprecision maths library from GnuPG. |
292 | It is used to implement RSA digital signature verification, | 292 | It is used to implement RSA digital signature verification, |
293 | which is used by IMA/EVM digital signature extension. | 293 | which is used by IMA/EVM digital signature extension. |
294 | 294 | ||
295 | config MPILIB_EXTRA | 295 | config MPILIB_EXTRA |
296 | bool "Multiprecision maths library - additional sources" | 296 | bool |
297 | depends on MPILIB | 297 | depends on MPILIB |
298 | help | 298 | help |
299 | Additional sources of multiprecision maths library from GnuPG. | 299 | Additional sources of multiprecision maths library from GnuPG. |
@@ -301,7 +301,7 @@ config MPILIB_EXTRA | |||
301 | but can be compiled if needed. | 301 | but can be compiled if needed. |
302 | 302 | ||
303 | config SIGNATURE | 303 | config SIGNATURE |
304 | tristate "In-kernel signature checker" | 304 | tristate |
305 | depends on KEYS && CRYPTO | 305 | depends on KEYS && CRYPTO |
306 | select CRYPTO_SHA1 | 306 | select CRYPTO_SHA1 |
307 | select MPILIB | 307 | select MPILIB |