diff options
-rw-r--r-- | arch/x86/crypto/sha512-avx2-asm.S | 2 | ||||
-rw-r--r-- | drivers/crypto/Kconfig | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/arch/x86/crypto/sha512-avx2-asm.S b/arch/x86/crypto/sha512-avx2-asm.S index a4771dcd1fcf..1f20b35d8573 100644 --- a/arch/x86/crypto/sha512-avx2-asm.S +++ b/arch/x86/crypto/sha512-avx2-asm.S | |||
@@ -79,7 +79,7 @@ NUM_BLKS = %rdx | |||
79 | c = %rcx | 79 | c = %rcx |
80 | d = %r8 | 80 | d = %r8 |
81 | e = %rdx | 81 | e = %rdx |
82 | y3 = %rdi | 82 | y3 = %rsi |
83 | 83 | ||
84 | TBL = %rbp | 84 | TBL = %rbp |
85 | 85 | ||
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 800bf41718e1..033c0c86f6ec 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -446,8 +446,9 @@ config CRYPTO_DEV_VMX | |||
446 | source "drivers/crypto/vmx/Kconfig" | 446 | source "drivers/crypto/vmx/Kconfig" |
447 | 447 | ||
448 | config CRYPTO_DEV_IMGTEC_HASH | 448 | config CRYPTO_DEV_IMGTEC_HASH |
449 | depends on MIPS || COMPILE_TEST | ||
450 | tristate "Imagination Technologies hardware hash accelerator" | 449 | tristate "Imagination Technologies hardware hash accelerator" |
450 | depends on MIPS || COMPILE_TEST | ||
451 | depends on HAS_DMA | ||
451 | select CRYPTO_ALGAPI | 452 | select CRYPTO_ALGAPI |
452 | select CRYPTO_MD5 | 453 | select CRYPTO_MD5 |
453 | select CRYPTO_SHA1 | 454 | select CRYPTO_SHA1 |