aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig8
1 files changed, 1 insertions, 7 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 1062e1031f73..5350aa9368ec 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"