diff mbox series

arm64: defconfig: enable crypto userspace API

Message ID 20221214174607.2948497-1-bmasney@redhat.com
State Accepted
Commit a251655f1b6a88551f134daea4cdefbd35e225c3
Headers show
Series arm64: defconfig: enable crypto userspace API | expand

Commit Message

Brian Masney Dec. 14, 2022, 5:46 p.m. UTC
Enable CONFIG_CRYPTO_USER so that libkcapi can be used. This was tested
using kcapi-rng on a Qualcomm SA8540p automotive development board.

Signed-off-by: Brian Masney <bmasney@redhat.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Dmitry Baryshkov Dec. 15, 2022, 2:47 p.m. UTC | #1
On 14/12/2022 19:46, Brian Masney wrote:
> Enable CONFIG_CRYPTO_USER so that libkcapi can be used. This was tested
> using kcapi-rng on a Qualcomm SA8540p automotive development board.
> 
> Signed-off-by: Brian Masney <bmasney@redhat.com>
> ---
>   arch/arm64/configs/defconfig | 1 +
>   1 file changed, 1 insertion(+)

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Bjorn Andersson Jan. 11, 2023, 5:09 a.m. UTC | #2
On Wed, 14 Dec 2022 12:46:07 -0500, Brian Masney wrote:
> Enable CONFIG_CRYPTO_USER so that libkcapi can be used. This was tested
> using kcapi-rng on a Qualcomm SA8540p automotive development board.
> 
> 

Applied, thanks!

[1/1] arm64: defconfig: enable crypto userspace API
      commit: a251655f1b6a88551f134daea4cdefbd35e225c3

Best regards,
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 851e8f9be06d..cbe4ed6403d0 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1370,6 +1370,7 @@  CONFIG_9P_FS=y
 CONFIG_NLS_CODEPAGE_437=y
 CONFIG_NLS_ISO8859_1=y
 CONFIG_SECURITY=y
+CONFIG_CRYPTO_USER=y
 CONFIG_CRYPTO_ECHAINIV=y
 CONFIG_CRYPTO_MICHAEL_MIC=m
 CONFIG_CRYPTO_ANSI_CPRNG=y