* [PATCH] crypto: gf128mul - make unselectable by user
@ 2019-05-20 16:53 Eric Biggers
2019-05-30 13:41 ` Herbert Xu
0 siblings, 1 reply; 2+ messages in thread
From: Eric Biggers @ 2019-05-20 16:53 UTC (permalink / raw)
To: linux-crypto, Herbert Xu
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(-)
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"
--
2.21.0.1020.gf2820cf01a-goog
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] crypto: gf128mul - make unselectable by user
2019-05-20 16:53 [PATCH] crypto: gf128mul - make unselectable by user Eric Biggers
@ 2019-05-30 13:41 ` Herbert Xu
0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2019-05-30 13:41 UTC (permalink / raw)
To: Eric Biggers; +Cc: linux-crypto
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.
--
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-05-30 13:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-20 16:53 [PATCH] crypto: gf128mul - make unselectable by user Eric Biggers
2019-05-30 13:41 ` Herbert Xu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).