aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 3cd303b70218..d7d4d4e0ee18 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -770,6 +770,8 @@ config CRYPTO_SERPENT_SSE2_X86_64
770 select CRYPTO_ALGAPI 770 select CRYPTO_ALGAPI
771 select CRYPTO_CRYPTD 771 select CRYPTO_CRYPTD
772 select CRYPTO_SERPENT 772 select CRYPTO_SERPENT
773 select CRYPTO_LRW
774 select CRYPTO_XTS
773 help 775 help
774 Serpent cipher algorithm, by Anderson, Biham & Knudsen. 776 Serpent cipher algorithm, by Anderson, Biham & Knudsen.
775 777
@@ -788,6 +790,8 @@ config CRYPTO_SERPENT_SSE2_586
788 select CRYPTO_ALGAPI 790 select CRYPTO_ALGAPI
789 select CRYPTO_CRYPTD 791 select CRYPTO_CRYPTD
790 select CRYPTO_SERPENT 792 select CRYPTO_SERPENT
793 select CRYPTO_LRW
794 select CRYPTO_XTS
791 help 795 help
792 Serpent cipher algorithm, by Anderson, Biham & Knudsen. 796 Serpent cipher algorithm, by Anderson, Biham & Knudsen.
793 797