Re: [PATCH v16 4/4] crypto: spacc - Add SPAcc Kconfig and Makefile
From: Pavitrakumar Managutte
Date: Mon Jul 13 2026 - 07:29:40 EST
Hi Julian,
Ack. I missed that in V16, I have fixed it and will push the update
as part of V17.
Thanks and Warm regards,
PK
On Fri, Jul 10, 2026 at 5:57 PM Julian Braha <julianbraha@xxxxxxxxx> wrote:
>
> Hi Pavitrakumar,
>
> On 7/7/26 13:53, Pavitrakumar Managutte wrote:
> > +config CRYPTO_DEV_SPACC_CONFIG_DEBUG
> > + bool "Enable SPAcc debug logs"
> > + default n
> > + help
> > + Say y to enable additional debug prints and diagnostics in the
> > + SPAcc driver. Disable this for production builds.
>
> This help text still has the indentation formatting issue that I pointed
> out on v15:
> https://lore.kernel.org/all/deb73385-a7a9-4ea9-8338-b7da999a5e9c@xxxxxxxxx/
>
> - Julian Braha