diff options
author | Kamlesh Gurudasani | 2023-04-17 18:57:16 +0530 |
---|---|---|
committer | Arnd Bergmann | 2023-04-17 16:33:21 +0200 |
commit | a2116e7b921e74e2da8b76fc4c5dfcb9e2b8b206 (patch) | |
tree | b16ce5f6045961610e3133d2aadfe06324de4c62 /arch/arm64 | |
parent | b4655af5f668fdb8dc23614f1610650d195a75de (diff) |
arm64: defconfig: Enable crypto test module
Enable crypto test module, used for testing crypto engine performance.
Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |