diff --git a/crypto/Kconfig b/crypto/Kconfig index ae27b7534ea7d14ee0c5f493e3eaf6e8f123eaa2..82d4d454e1ff1aa239d6f86bf0a15c6a0ab48afe 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -321,7 +321,6 @@ config CRYPTO_CRC32C_INTEL config CRYPTO_GHASH tristate "GHASH digest algorithm" - select CRYPTO_SHASH select CRYPTO_GF128MUL help GHASH is message digest algorithm for GCM (Galois/Counter Mode). @@ -459,7 +458,6 @@ config CRYPTO_WP512 config CRYPTO_GHASH_CLMUL_NI_INTEL tristate "GHASH digest algorithm (CLMUL-NI accelerated)" depends on X86 && 64BIT - select CRYPTO_SHASH select CRYPTO_CRYPTD help GHASH is message digest algorithm for GCM (Galois/Counter Mode).