diff options
author | Kamlesh Gurudasani <kamlesh@ti.com> | 2023-04-17 18:57:17 +0530 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-04-17 16:35:46 +0200 |
commit | caa633855af148310fb68fb3996ef25ae6117848 (patch) | |
tree | d0357ba209f858641a20b6776feecda7b04cf60c /arch/arm64/configs | |
parent | a2116e7b921e74e2da8b76fc4c5dfcb9e2b8b206 (diff) |
arm64: defconfig: Enable security accelerator driver for TI K3 SoCs
Enable TI's SA2UL driver to support security acceleration on TI K3 SoCs.
Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/configs')
-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 e4ef0cc35235..64ce445b3ec0 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1478,6 +1478,7 @@ CONFIG_CRYPTO_DEV_HISI_SEC2=m CONFIG_CRYPTO_DEV_HISI_ZIP=m CONFIG_CRYPTO_DEV_HISI_HPRE=m CONFIG_CRYPTO_DEV_HISI_TRNG=m +CONFIG_CRYPTO_DEV_SA2UL=m CONFIG_DMA_RESTRICTED_POOL=y CONFIG_CMA_SIZE_MBYTES=32 CONFIG_PRINTK_TIME=y |