diff options
-rw-r--r-- | drivers/crypto/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
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 |