Re: [PATCH] arm64: defconfig: Enable security accelerator driver for TI K3 SoCs

From: Arnd Bergmann
Date: Mon Apr 17 2023 - 10:36:55 EST


On Mon, Apr 17, 2023, at 15:27, kamlesh@xxxxxx wrote:
> From: Kamlesh Gurudasani <kamlesh@xxxxxx>
>
> Enable TI's SA2UL driver to support security acceleration on TI K3 SoCs.
>
> Signed-off-by: Kamlesh Gurudasani <kamlesh@xxxxxx>
> ---

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