RE: [PATCH v2 5/5] crypto: aspeed: add HACE crypto driver

From: Neal Liu
Date: Mon Jun 06 2022 - 22:52:24 EST


> Hi--
>
> On 6/5/22 23:49, Neal Liu wrote:
> > diff --git a/drivers/crypto/aspeed/Kconfig
> > b/drivers/crypto/aspeed/Kconfig index 17b800286a51..5e4d18288bf1
> > 100644
> > --- a/drivers/crypto/aspeed/Kconfig
> > +++ b/drivers/crypto/aspeed/Kconfig
> > @@ -20,3 +20,19 @@ config CRYPTO_DEV_ASPEED_HACE_HASH
> > hash driver.
> > Supports multiple message digest standards, including
> > SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, and so on.
> > +
> > +config CRYPTO_DEV_ASPEED_HACE_CRYPTO
> > + bool "Enable ASPEED Hash & Crypto Engine (HACE) crypto"
> > + depends on CRYPTO_DEV_ASPEED
>
> The 2 lines above should be indented with one tab instead of multiple spaces.

Thanks for the notice. I'll revise it in next patch.