aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDmitry Kasatkin <dmitry.kasatkin@intel.com>2012-01-17 10:12:06 -0500
committerJames Morris <jmorris@namei.org>2012-01-17 18:46:26 -0500
commit2e5f094b9dbf9463ab93f86351cd1a8dc88942cc (patch)
treeb849a848f8dacdaa966e4a3e35f60b5af72e5982 /lib
parent68adcad570a2ce0496918ddd9f8c83138d9bcc93 (diff)
lib: Removed MPILIB, MPILIB_EXTRA, and SIGNATURE prompts
As modules are expected to select MPILIB, MPILIB_EXTRA, and SIGNATURE, removed Kconfig prompts. Requested-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@intel.com> Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig6
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
288config MPILIB 288config 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
295config MPILIB_EXTRA 295config 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
303config SIGNATURE 303config 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