aboutsummaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2011-11-12 21:27:55 +0100
committerJiri Kosina <jkosina@suse.cz>2011-11-13 20:49:02 +0100
commit4da669a2e3e5bc70b30a0465f3641528681b5f77 (patch)
treebe4fc827572c5aa93d5d5b4b0a451af88b41a3e2 /crypto/Kconfig
parent06b19a5526e6133b5f0d902f18e24f3a4220ba7c (diff)
crypto: drop selects of bogus Kconfig symbol
Commits 2cdc6899a8 ("crypto: ghash - Add GHASH digest algorithm for GCM") and 0e1227d356 ("crypto: ghash - Add PCLMULQDQ accelerated implementation") added "select CRYPTO_SHASH" to two entries. That Kconfig symbol doesn't exist. These two selects are nops. Drop them. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'crypto/Kconfig')
-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
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).