Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e5f094b authored by Dmitry Kasatkin's avatar Dmitry Kasatkin Committed by James Morris
Browse files

lib: Removed MPILIB, MPILIB_EXTRA, and SIGNATURE prompts



As modules are expected to select MPILIB, MPILIB_EXTRA, and SIGNATURE,
removed Kconfig prompts.

Requested-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: default avatarDmitry Kasatkin <dmitry.kasatkin@intel.com>
Signed-off-by: default avatarJames Morris <jmorris@namei.org>
parent 68adcad5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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