diff --git a/lib/Kconfig b/lib/Kconfig
index 1cbc1fe1361966a81d8fb5e1db9b35d187d50d5d..169eb7c598e54d42a78018ac2b1338811674afd5 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -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