diff mbox series

crypto: gf128mul - make unselectable by user

Message ID 20190520165343.169176-1-ebiggers@kernel.org (mailing list archive)
State Accepted
Delegated to: Herbert Xu
Headers show
Series crypto: gf128mul - make unselectable by user | expand

Commit Message

Eric Biggers May 20, 2019, 4:53 p.m. UTC
From: Eric Biggers <ebiggers@google.com>

There's no reason for users to select CONFIG_CRYPTO_GF128MUL, since it's
just some helper functions, and algorithms that need it select it.

Remove the prompt string so that it's not shown to users.

Signed-off-by: Eric Biggers <ebiggers@google.com>
---
 crypto/Kconfig | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

Comments

Herbert Xu May 30, 2019, 1:41 p.m. UTC | #1
On Mon, May 20, 2019 at 09:53:43AM -0700, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@google.com>
> 
> There's no reason for users to select CONFIG_CRYPTO_GF128MUL, since it's
> just some helper functions, and algorithms that need it select it.
> 
> Remove the prompt string so that it's not shown to users.
> 
> Signed-off-by: Eric Biggers <ebiggers@google.com>
> ---
>  crypto/Kconfig | 8 +-------
>  1 file changed, 1 insertion(+), 7 deletions(-)

Patch applied.  Thanks.
diff mbox series

Patch

diff --git a/crypto/Kconfig b/crypto/Kconfig
index 1062e1031f73a..5350aa9368ecd 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -159,13 +159,7 @@  config CRYPTO_MANAGER_EXTRA_TESTS
 endif	# if CRYPTO_MANAGER2
 
 config CRYPTO_GF128MUL
-	tristate "GF(2^128) multiplication functions"
-	help
-	  Efficient table driven implementation of multiplications in the
-	  field GF(2^128).  This is needed by some cypher modes. This
-	  option will be selected automatically if you select such a
-	  cipher mode.  Only select this option by hand if you expect to load
-	  an external module that requires these functions.
+	tristate
 
 config CRYPTO_NULL
 	tristate "Null algorithms"