Commit 2e5f094b9dbf9463ab93f86351cd1a8dc88942cc

Authored by Dmitry Kasatkin
Committed by James Morris
1 parent 68adcad570

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>

Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff

... ... @@ -286,14 +286,14 @@
286 286 calculations are in fixed point. Module will be called cordic.
287 287  
288 288 config MPILIB
289   - tristate "Multiprecision maths library"
  289 + tristate
290 290 help
291 291 Multiprecision maths library from GnuPG.
292 292 It is used to implement RSA digital signature verification,
293 293 which is used by IMA/EVM digital signature extension.
294 294  
295 295 config MPILIB_EXTRA
296   - bool "Multiprecision maths library - additional sources"
  296 + bool
297 297 depends on MPILIB
298 298 help
299 299 Additional sources of multiprecision maths library from GnuPG.
... ... @@ -301,7 +301,7 @@
301 301 but can be compiled if needed.
302 302  
303 303 config SIGNATURE
304   - tristate "In-kernel signature checker"
  304 + tristate
305 305 depends on KEYS && CRYPTO
306 306 select CRYPTO_SHA1
307 307 select MPILIB