提交 2e5f094b 编写于 作者: D Dmitry Kasatkin 提交者: James Morris

lib: Removed MPILIB, MPILIB_EXTRA, and SIGNATURE prompts

As modules are expected to select MPILIB, MPILIB_EXTRA, and SIGNATURE,
removed Kconfig prompts.
Requested-by: NLinus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: NDmitry Kasatkin <dmitry.kasatkin@intel.com>
Signed-off-by: NJames Morris <jmorris@namei.org>
上级 68adcad5
...@@ -286,14 +286,14 @@ config CORDIC ...@@ -286,14 +286,14 @@ config CORDIC
calculations are in fixed point. Module will be called cordic. calculations are in fixed point. Module will be called cordic.
config MPILIB config MPILIB
tristate "Multiprecision maths library" tristate
help help
Multiprecision maths library from GnuPG. Multiprecision maths library from GnuPG.
It is used to implement RSA digital signature verification, It is used to implement RSA digital signature verification,
which is used by IMA/EVM digital signature extension. which is used by IMA/EVM digital signature extension.
config MPILIB_EXTRA config MPILIB_EXTRA
bool "Multiprecision maths library - additional sources" bool
depends on MPILIB depends on MPILIB
help help
Additional sources of multiprecision maths library from GnuPG. Additional sources of multiprecision maths library from GnuPG.
...@@ -301,7 +301,7 @@ config MPILIB_EXTRA ...@@ -301,7 +301,7 @@ config MPILIB_EXTRA
but can be compiled if needed. but can be compiled if needed.
config SIGNATURE config SIGNATURE
tristate "In-kernel signature checker" tristate
depends on KEYS && CRYPTO depends on KEYS && CRYPTO
select CRYPTO_SHA1 select CRYPTO_SHA1
select MPILIB select MPILIB
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册