Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

crypto: vmx - Ensure ghash-generic is enabled

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>

authored by

Marcelo Cerri and committed by
Herbert Xu
8df4f27c 7bcb87bc

+1
+1
drivers/crypto/vmx/Kconfig
··· 1 1 config CRYPTO_DEV_VMX_ENCRYPT 2 2 tristate "Encryption acceleration support on P8 CPU" 3 3 depends on CRYPTO_DEV_VMX 4 + select CRYPTO_GHASH 4 5 default m 5 6 help 6 7 Support for VMX cryptographic acceleration instructions on Power8 CPU.