arm64: defconfig: Enable crypto test module

Message ID 20230417132717.1990023-1-kamlesh@ti.com
State New
Headers
Series arm64: defconfig: Enable crypto test module |

Commit Message

Kamlesh Gurudasani April 17, 2023, 1:27 p.m. UTC
  From: Kamlesh Gurudasani <kamlesh@ti.com>

Enable crypto test module, used for testing crypto engine performance.

Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Arnd Bergmann April 17, 2023, 2:33 p.m. UTC | #1
On Mon, Apr 17, 2023, at 15:27, kamlesh@ti.com wrote:
> From: Kamlesh Gurudasani <kamlesh@ti.com>
>
> Enable crypto test module, used for testing crypto engine performance.
>
> Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>
> ---

Applied to soc/defconfig, thanks

     Arnd
  

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index b6342b40c600..e4ef0cc35235 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1452,6 +1452,7 @@  CONFIG_NLS_CODEPAGE_437=y
 CONFIG_NLS_ISO8859_1=y
 CONFIG_SECURITY=y
 CONFIG_CRYPTO_USER=y
+CONFIG_CRYPTO_TEST=m
 CONFIG_CRYPTO_ECHAINIV=y
 CONFIG_CRYPTO_MICHAEL_MIC=m
 CONFIG_CRYPTO_ANSI_CPRNG=y