From: Eric Biggers Date: Mon, 20 May 2019 16:53:43 +0000 (-0700) Subject: crypto: gf128mul - make unselectable by user X-Git-Tag: v5.4-rc1~258^2~123 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e590e1321c13ae736bd0e0da48a61a58ef084875;p=platform%2Fkernel%2Flinux-rpi.git crypto: gf128mul - make unselectable by user 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 Signed-off-by: Herbert Xu --- diff --git a/crypto/Kconfig b/crypto/Kconfig index 1062e103..5350aa9 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"