diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 7ae0d0f6d753..e6cfe1a25137 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -327,7 +327,6 @@ config CRYPTO_CRC32C_INTEL | |||
327 | 327 | ||
328 | config CRYPTO_GHASH | 328 | config CRYPTO_GHASH |
329 | tristate "GHASH digest algorithm" | 329 | tristate "GHASH digest algorithm" |
330 | select CRYPTO_SHASH | ||
331 | select CRYPTO_GF128MUL | 330 | select CRYPTO_GF128MUL |
332 | help | 331 | help |
333 | GHASH is message digest algorithm for GCM (Galois/Counter Mode). | 332 | GHASH is message digest algorithm for GCM (Galois/Counter Mode). |
@@ -475,7 +474,6 @@ config CRYPTO_WP512 | |||
475 | config CRYPTO_GHASH_CLMUL_NI_INTEL | 474 | config CRYPTO_GHASH_CLMUL_NI_INTEL |
476 | tristate "GHASH digest algorithm (CLMUL-NI accelerated)" | 475 | tristate "GHASH digest algorithm (CLMUL-NI accelerated)" |
477 | depends on X86 && 64BIT | 476 | depends on X86 && 64BIT |
478 | select CRYPTO_SHASH | ||
479 | select CRYPTO_CRYPTD | 477 | select CRYPTO_CRYPTD |
480 | help | 478 | help |
481 | GHASH is message digest algorithm for GCM (Galois/Counter Mode). | 479 | GHASH is message digest algorithm for GCM (Galois/Counter Mode). |