diff options
author | Anton Blanchard <anton@samba.org> | 2016-09-30 20:39:50 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-10-04 16:10:54 +1100 |
commit | 43c2394fc15028c6d846633d21ebdd88a1692859 (patch) | |
tree | d517a0664ba2648c902ae1328a482a8b204dfe13 /arch/powerpc/configs/pseries_defconfig | |
parent | 12ab11a2c09b30c1938c8e82e53908f8a33426d5 (diff) | |
download | lwn-43c2394fc15028c6d846633d21ebdd88a1692859.tar.gz lwn-43c2394fc15028c6d846633d21ebdd88a1692859.zip |
powerpc/configs: Enable VMX crypto
We see big improvements with the VMX crypto functions (often 10x or more),
so enable it as a module.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/configs/pseries_defconfig')
-rw-r--r-- | arch/powerpc/configs/pseries_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/configs/pseries_defconfig b/arch/powerpc/configs/pseries_defconfig index 654aeffc57ef..670b8d55e687 100644 --- a/arch/powerpc/configs/pseries_defconfig +++ b/arch/powerpc/configs/pseries_defconfig @@ -314,6 +314,8 @@ CONFIG_CRYPTO_LZO=m # CONFIG_CRYPTO_ANSI_CPRNG is not set CONFIG_CRYPTO_DEV_NX=y CONFIG_CRYPTO_DEV_NX_ENCRYPT=m +CONFIG_CRYPTO_DEV_VMX=y +CONFIG_CRYPTO_DEV_VMX_ENCRYPT=m CONFIG_VIRTUALIZATION=y CONFIG_KVM_BOOK3S_64=m CONFIG_KVM_BOOK3S_64_HV=m |