Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1492741 > unrolled thread
| Started by | Marcelo Cerri <marcelo.cerri@canonical.com> |
|---|---|
| First post | 2016-09-28 18:50 +0200 |
| Last post | 2016-09-28 18:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 3/3] crypto: vmx - Ensure ghash-generic is enabled Marcelo Cerri <marcelo.cerri@canonical.com> - 2016-09-28 18:50 +0200
| From | Marcelo Cerri <marcelo.cerri@canonical.com> |
|---|---|
| Date | 2016-09-28 18:50 +0200 |
| Subject | [PATCH 3/3] crypto: vmx - Ensure ghash-generic is enabled |
| Message-ID | <smqds-Mt-29@gated-at.bofh.it> |
Add CRYPTO_GHASH as a dependency for vmx_crypto since p8_ghash uses it as the fallback implementation. Signed-off-by: Marcelo Cerri <marcelo.cerri@canonical.com> --- drivers/crypto/vmx/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/vmx/Kconfig b/drivers/crypto/vmx/Kconfig index a83ead1..c21b09a 100644 --- a/drivers/crypto/vmx/Kconfig +++ b/drivers/crypto/vmx/Kconfig @@ -1,6 +1,6 @@ config CRYPTO_DEV_VMX_ENCRYPT tristate "Encryption acceleration support on P8 CPU" - depends on CRYPTO_DEV_VMX + depends on CRYPTO_DEV_VMX || CRYPTO_GHASH default m help Support for VMX cryptographic acceleration instructions on Power8 CPU. -- 2.7.4
Back to top | Article view | linux.kernel
csiph-web