Skip to content

Commit

Permalink
lib: Removed MPILIB, MPILIB_EXTRA, and SIGNATURE prompts
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dmitry Kasatkin authored and James Morris committed Jan 17, 2012
1 parent 68adcad commit 2e5f094
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -286,22 +286,22 @@ 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.
This code is unnecessary for RSA digital signature verification,
but can be compiled if needed.

config SIGNATURE
tristate "In-kernel signature checker"
tristate
depends on KEYS && CRYPTO
select CRYPTO_SHA1
select MPILIB
Expand Down

0 comments on commit 2e5f094

Please sign in to comment.