diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-11-12 15:27:55 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-11-13 14:49:02 -0500 |
commit | 4da669a2e3e5bc70b30a0465f3641528681b5f77 (patch) | |
tree | be4fc827572c5aa93d5d5b4b0a451af88b41a3e2 /crypto/Kconfig | |
parent | 06b19a5526e6133b5f0d902f18e24f3a4220ba7c (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/Kconfig | 2 |
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 | ||
322 | config CRYPTO_GHASH | 322 | config 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 | |||
459 | config CRYPTO_GHASH_CLMUL_NI_INTEL | 458 | config 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). |