lkml.org 
[lkml]   [2022]   [Jun]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    SubjectRe: [PATCH v2 1/5] crypto: aspeed: Add HACE hash driver
    From
    Hi,

    On 6/5/22 23:49, Neal Liu wrote:
    > diff --git a/drivers/crypto/aspeed/Kconfig b/drivers/crypto/aspeed/Kconfig
    > new file mode 100644
    > index 000000000000..17b800286a51
    > --- /dev/null
    > +++ b/drivers/crypto/aspeed/Kconfig
    > @@ -0,0 +1,22 @@
    > +config CRYPTO_DEV_ASPEED
    > + tristate "Support for Aspeed cryptographic engine driver"
    > + depends on ARCH_ASPEED
    > + help
    > + Hash and Crypto Engine (HACE) is designed to accelerate the
    > + throughput of hash data digest, encryption and decryption.
    > +
    > + Select y here to have support for the cryptographic driver
    > + available on Aspeed SoC.

    All of the help text above (following the 'help' line) should be indented
    with one tab + 2 spaces, as is done in the help text below here.

    > +
    > +config CRYPTO_DEV_ASPEED_HACE_HASH
    > + bool "Enable ASPEED Hash & Crypto Engine (HACE) hash"
    > + depends on CRYPTO_DEV_ASPEED

    The 2 lines above should be indented with one tab instead of multiple spaces.

    > + select CRYPTO_SHA1
    > + select CRYPTO_SHA256
    > + select CRYPTO_SHA512
    > + select CRYPTO_HMAC
    > + help
    > + Select here to enable ASPEED Hash & Crypto Engine (HACE)
    > + hash driver.
    > + Supports multiple message digest standards, including
    > + SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, and so on.

    --
    ~Randy

    \
     
     \ /
      Last update: 2022-06-06 17:02    [W:6.992 / U:0.072 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site