diff options
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 07bc7aa6b224..d234719065a5 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -461,7 +461,7 @@ config CRYPTO_DEV_QCE | |||
461 | 461 | ||
462 | config CRYPTO_DEV_VMX | 462 | config CRYPTO_DEV_VMX |
463 | bool "Support for VMX cryptographic acceleration instructions" | 463 | bool "Support for VMX cryptographic acceleration instructions" |
464 | depends on PPC64 | 464 | depends on PPC64 && VSX |
465 | help | 465 | help |
466 | Support for VMX cryptographic acceleration instructions. | 466 | Support for VMX cryptographic acceleration instructions. |
467 | 467 | ||