aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig11
1 files changed, 2 insertions, 9 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 65012ebec0ab..cca8271d8894 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1460,11 +1460,10 @@ config CRYPTO_SERPENT_SSE2_586
1460config CRYPTO_SERPENT_AVX_X86_64 1460config CRYPTO_SERPENT_AVX_X86_64
1461 tristate "Serpent cipher algorithm (x86_64/AVX)" 1461 tristate "Serpent cipher algorithm (x86_64/AVX)"
1462 depends on X86 && 64BIT 1462 depends on X86 && 64BIT
1463 select CRYPTO_ALGAPI 1463 select CRYPTO_BLKCIPHER
1464 select CRYPTO_CRYPTD
1465 select CRYPTO_ABLK_HELPER
1466 select CRYPTO_GLUE_HELPER_X86 1464 select CRYPTO_GLUE_HELPER_X86
1467 select CRYPTO_SERPENT 1465 select CRYPTO_SERPENT
1466 select CRYPTO_SIMD
1468 select CRYPTO_XTS 1467 select CRYPTO_XTS
1469 help 1468 help
1470 Serpent cipher algorithm, by Anderson, Biham & Knudsen. 1469 Serpent cipher algorithm, by Anderson, Biham & Knudsen.
@@ -1481,13 +1480,7 @@ config CRYPTO_SERPENT_AVX_X86_64
1481config CRYPTO_SERPENT_AVX2_X86_64 1480config CRYPTO_SERPENT_AVX2_X86_64
1482 tristate "Serpent cipher algorithm (x86_64/AVX2)" 1481 tristate "Serpent cipher algorithm (x86_64/AVX2)"
1483 depends on X86 && 64BIT 1482 depends on X86 && 64BIT
1484 select CRYPTO_ALGAPI
1485 select CRYPTO_CRYPTD
1486 select CRYPTO_ABLK_HELPER
1487 select CRYPTO_GLUE_HELPER_X86
1488 select CRYPTO_SERPENT
1489 select CRYPTO_SERPENT_AVX_X86_64 1483 select CRYPTO_SERPENT_AVX_X86_64
1490 select CRYPTO_XTS
1491 help 1484 help
1492 Serpent cipher algorithm, by Anderson, Biham & Knudsen. 1485 Serpent cipher algorithm, by Anderson, Biham & Knudsen.
1493 1486