summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2019-05-20 09:53:43 -0700
committerHerbert Xu <herbert@gondor.apana.org.au>2019-05-30 15:28:40 +0800
commit3e02d7bc60afa33c531f8447097fa5c2617191c3 (patch)
tree661884090d47c6308018de32c7047d781121ff3f /crypto
parent3d32c5c2abd09065c7d8c5e35ad5a3d2ed0ad7d9 (diff)
downloadlinux-crypto-3e02d7bc60afa33c531f8447097fa5c2617191c3.tar.gz
linux-crypto-3e02d7bc60afa33c531f8447097fa5c2617191c3.zip
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 <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig8
1 files changed, 1 insertions, 7 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 1062e103..5350aa93 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"