aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/vmx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/vmx/Kconfig')
-rw-r--r--drivers/crypto/vmx/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/crypto/vmx/Kconfig b/drivers/crypto/vmx/Kconfig
index c85fab7ef0bd..b2c28b87f14b 100644
--- a/drivers/crypto/vmx/Kconfig
+++ b/drivers/crypto/vmx/Kconfig
@@ -2,7 +2,11 @@
config CRYPTO_DEV_VMX_ENCRYPT
tristate "Encryption acceleration support on P8 CPU"
depends on CRYPTO_DEV_VMX
+ select CRYPTO_AES
+ select CRYPTO_CBC
+ select CRYPTO_CTR
select CRYPTO_GHASH
+ select CRYPTO_XTS
default m
help
Support for VMX cryptographic acceleration instructions on Power8 CPU.