]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
crypto: vmx - Ensure ghash-generic is enabled
authorMarcelo Cerri <marcelo.cerri@canonical.com>
Wed, 28 Sep 2016 16:42:11 +0000 (13:42 -0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 2 Oct 2016 14:33:44 +0000 (22:33 +0800)
Select CRYPTO_GHASH for vmx_crypto since p8_ghash uses it as the
fallback implementation.

Signed-off-by: Marcelo Cerri <marcelo.cerri@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/vmx/Kconfig

index a83ead109d5f2642c66bf369a55d847c2ac46d56..c3d524ea69987cdf49adad3de995179e4aba3ba8 100644 (file)
@@ -1,6 +1,7 @@
 config CRYPTO_DEV_VMX_ENCRYPT
        tristate "Encryption acceleration support on P8 CPU"
        depends on CRYPTO_DEV_VMX
+       select CRYPTO_GHASH
        default m
        help
          Support for VMX cryptographic acceleration instructions on Power8 CPU.