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