diff mbox series

powerpc/64: Enable accelerated crypto algorithms in defconfig

Message ID 20230717115223.286158-1-mpe@ellerman.id.au (mailing list archive)
State Accepted
Commit ab481817912ec5c882a6a42ce12c57aed3cfd506
Headers show
Series powerpc/64: Enable accelerated crypto algorithms in defconfig | expand

Checks

Context Check Description
snowpatch_ozlabs/github-powerpc_ppctests success Successfully ran 8 jobs.
snowpatch_ozlabs/github-powerpc_selftests success Successfully ran 8 jobs.
snowpatch_ozlabs/github-powerpc_sparse success Successfully ran 4 jobs.
snowpatch_ozlabs/github-powerpc_clang success Successfully ran 6 jobs.
snowpatch_ozlabs/github-powerpc_kernel_qemu success Successfully ran 23 jobs.

Commit Message

Michael Ellerman July 17, 2023, 11:52 a.m. UTC
Enable all the acclerated crypto algorithms as modules in the 64-bit
defconfig, to get more test coverage.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
---
 arch/powerpc/configs/ppc64_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Michael Ellerman Aug. 10, 2023, 6:02 a.m. UTC | #1
On Mon, 17 Jul 2023 21:52:23 +1000, Michael Ellerman wrote:
> Enable all the acclerated crypto algorithms as modules in the 64-bit
> defconfig, to get more test coverage.
> 
> 

Applied to powerpc/next.

[1/1] powerpc/64: Enable accelerated crypto algorithms in defconfig
      https://git.kernel.org/powerpc/c/ab481817912ec5c882a6a42ce12c57aed3cfd506

cheers
diff mbox series

Patch

diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig
index 268fa361a06d..40a1f4a4274c 100644
--- a/arch/powerpc/configs/ppc64_defconfig
+++ b/arch/powerpc/configs/ppc64_defconfig
@@ -390,8 +390,11 @@  CONFIG_CRYPTO_SHA256=y
 CONFIG_CRYPTO_WP512=m
 CONFIG_CRYPTO_LZO=m
 CONFIG_CRYPTO_CRC32C_VPMSUM=m
+CONFIG_CRYPTO_CRCT10DIF_VPMSUM=m
+CONFIG_CRYPTO_VPMSUM_TESTER=m
 CONFIG_CRYPTO_MD5_PPC=m
 CONFIG_CRYPTO_SHA1_PPC=m
+CONFIG_CRYPTO_AES_GCM_P10=m
 CONFIG_CRYPTO_DEV_NX=y
 CONFIG_CRYPTO_DEV_NX_ENCRYPT=m
 CONFIG_CRYPTO_DEV_VMX=y