From 56abb874e024338bf781d9e93fb5329a2a6bcbc9 Mon Sep 17 00:00:00 2001 From: Dmitry Kasatkin Date: Tue, 17 Jan 2012 17:12:06 +0200 Subject: [PATCH] --- yaml --- r: 286083 b: refs/heads/master c: 2e5f094b9dbf9463ab93f86351cd1a8dc88942cc h: refs/heads/master i: 286081: f25b0e80676009be6a97e8104e1497eb9b3eb02d 286079: 66f650379fed8058873d7564c28393bdaaa6d828 v: v3 --- [refs] | 2 +- trunk/lib/Kconfig | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 563bbc7e3ace..4834da95806a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 68adcad570a2ce0496918ddd9f8c83138d9bcc93 +refs/heads/master: 2e5f094b9dbf9463ab93f86351cd1a8dc88942cc diff --git a/trunk/lib/Kconfig b/trunk/lib/Kconfig index 1cbc1fe13619..169eb7c598e5 100644 --- a/trunk/lib/Kconfig +++ b/trunk/lib/Kconfig @@ -286,14 +286,14 @@ config CORDIC calculations are in fixed point. Module will be called cordic. config MPILIB - tristate "Multiprecision maths library" + tristate help Multiprecision maths library from GnuPG. It is used to implement RSA digital signature verification, which is used by IMA/EVM digital signature extension. config MPILIB_EXTRA - bool "Multiprecision maths library - additional sources" + bool depends on MPILIB help Additional sources of multiprecision maths library from GnuPG. @@ -301,7 +301,7 @@ config MPILIB_EXTRA but can be compiled if needed. config SIGNATURE - tristate "In-kernel signature checker" + tristate depends on KEYS && CRYPTO select CRYPTO_SHA1 select MPILIB