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 527a857d10b6..ae9c3ceb2867 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -329,7 +329,6 @@ config CRYPTO_CRC32C_INTEL | |||
329 | 329 | ||
330 | config CRYPTO_GHASH | 330 | config CRYPTO_GHASH |
331 | tristate "GHASH digest algorithm" | 331 | tristate "GHASH digest algorithm" |
332 | select CRYPTO_SHASH | ||
333 | select CRYPTO_GF128MUL | 332 | select CRYPTO_GF128MUL |
334 | help | 333 | help |
335 | GHASH is message digest algorithm for GCM (Galois/Counter Mode). | 334 | GHASH is message digest algorithm for GCM (Galois/Counter Mode). |
@@ -477,7 +476,6 @@ config CRYPTO_WP512 | |||
477 | config CRYPTO_GHASH_CLMUL_NI_INTEL | 476 | config CRYPTO_GHASH_CLMUL_NI_INTEL |
478 | tristate "GHASH digest algorithm (CLMUL-NI accelerated)" | 477 | tristate "GHASH digest algorithm (CLMUL-NI accelerated)" |
479 | depends on X86 && 64BIT | 478 | depends on X86 && 64BIT |
480 | select CRYPTO_SHASH | ||
481 | select CRYPTO_CRYPTD | 479 | select CRYPTO_CRYPTD |
482 | help | 480 | help |
483 | GHASH is message digest algorithm for GCM (Galois/Counter Mode). | 481 | GHASH is message digest algorithm for GCM (Galois/Counter Mode). |