arm64: defconfig: Enable security accelerator driver for TI K3 SoCs

Message ID 20230417132717.1990023-2-kamlesh@ti.com
State New
Headers
Series arm64: defconfig: Enable security accelerator driver for TI K3 SoCs |

Commit Message

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

Enable TI's SA2UL driver to support security acceleration on TI K3 SoCs.

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:36 p.m. UTC | #1
On Mon, Apr 17, 2023, at 15:27, kamlesh@ti.com wrote:
> From: Kamlesh Gurudasani <kamlesh@ti.com>
>
> Enable TI's SA2UL driver to support security acceleration on TI K3 SoCs.
>
> Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>
> ---

The normal way that platform specific defconfig changes get merged is
through the platform maintainer tree, so in this case the k3 maintainers
would forward the patch to me.

Since it's simple enough, and I've already merged the other k3 patches
for v6.4, I've added this one directly to the soc/defconfig branch.

       ARnd
  

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index b6342b40c600..c9e3b3b9bab4 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1477,6 +1477,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