Skip to content

Commit

Permalink
crypto: vmx - Ensure ghash-generic is enabled
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Marcelo Cerri authored and Herbert Xu committed Oct 2, 2016
1 parent 7bcb87b commit 8df4f27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/crypto/vmx/Kconfig
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 8df4f27

Please sign in to comment.