aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index a77cd8eee884..3cd303b70218 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -876,6 +876,8 @@ config CRYPTO_TWOFISH_X86_64_3WAY
876 select CRYPTO_ALGAPI 876 select CRYPTO_ALGAPI
877 select CRYPTO_TWOFISH_COMMON 877 select CRYPTO_TWOFISH_COMMON
878 select CRYPTO_TWOFISH_X86_64 878 select CRYPTO_TWOFISH_X86_64
879 select CRYPTO_LRW
880 select CRYPTO_XTS
879 help 881 help
880 Twofish cipher algorithm (x86_64, 3-way parallel). 882 Twofish cipher algorithm (x86_64, 3-way parallel).
881 883