aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index ae27b7534ea7..82d4d454e1ff 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -321,7 +321,6 @@ config CRYPTO_CRC32C_INTEL
321 321
322config CRYPTO_GHASH 322config CRYPTO_GHASH
323 tristate "GHASH digest algorithm" 323 tristate "GHASH digest algorithm"
324 select CRYPTO_SHASH
325 select CRYPTO_GF128MUL 324 select CRYPTO_GF128MUL
326 help 325 help
327 GHASH is message digest algorithm for GCM (Galois/Counter Mode). 326 GHASH is message digest algorithm for GCM (Galois/Counter Mode).
@@ -459,7 +458,6 @@ config CRYPTO_WP512
459config CRYPTO_GHASH_CLMUL_NI_INTEL 458config CRYPTO_GHASH_CLMUL_NI_INTEL
460 tristate "GHASH digest algorithm (CLMUL-NI accelerated)" 459 tristate "GHASH digest algorithm (CLMUL-NI accelerated)"
461 depends on X86 && 64BIT 460 depends on X86 && 64BIT
462 select CRYPTO_SHASH
463 select CRYPTO_CRYPTD 461 select CRYPTO_CRYPTD
464 help 462 help
465 GHASH is message digest algorithm for GCM (Galois/Counter Mode). 463 GHASH is message digest algorithm for GCM (Galois/Counter Mode).