diff options
author | 2023-04-17 18:57:17 +0530 | |
---|---|---|
committer | 2023-04-17 16:35:46 +0200 | |
commit | caa633855af148310fb68fb3996ef25ae6117848 (patch) | |
tree | d0357ba209f858641a20b6776feecda7b04cf60c | |
parent | arm64: defconfig: Enable crypto test module (diff) | |
download | wireguard-linux-caa633855af148310fb68fb3996ef25ae6117848.tar.xz wireguard-linux-caa633855af148310fb68fb3996ef25ae6117848.zip |
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>
-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 |