aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 16e0c1304c3a..b8d1b10aedab 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -770,6 +770,7 @@ config CRYPTO_SERPENT_SSE2_X86_64
770 tristate "Serpent cipher algorithm (x86_64/SSE2)" 770 tristate "Serpent cipher algorithm (x86_64/SSE2)"
771 depends on X86 && 64BIT 771 depends on X86 && 64BIT
772 select CRYPTO_ALGAPI 772 select CRYPTO_ALGAPI
773 select CRYPTO_CRYPTD
773 select CRYPTO_SERPENT 774 select CRYPTO_SERPENT
774 help 775 help
775 Serpent cipher algorithm, by Anderson, Biham & Knudsen. 776 Serpent cipher algorithm, by Anderson, Biham & Knudsen.
@@ -787,6 +788,7 @@ config CRYPTO_SERPENT_SSE2_586
787 tristate "Serpent cipher algorithm (i586/SSE2)" 788 tristate "Serpent cipher algorithm (i586/SSE2)"
788 depends on X86 && !64BIT 789 depends on X86 && !64BIT
789 select CRYPTO_ALGAPI 790 select CRYPTO_ALGAPI
791 select CRYPTO_CRYPTD
790 select CRYPTO_SERPENT 792 select CRYPTO_SERPENT
791 help 793 help
792 Serpent cipher algorithm, by Anderson, Biham & Knudsen. 794 Serpent cipher algorithm, by Anderson, Biham & Knudsen.