diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-06-25 15:27:23 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2021-06-28 05:28:08 +0200 |
commit | df941fdd779e43112323a9c057dbbdbc0b1512a2 (patch) | |
tree | 845acc99063578d3bd8586fcf8242b87c94c67ee /drivers/crypto/Kconfig | |
parent | crypto: drbg - self test for HMAC(SHA-512) (diff) | |
download | linux-df941fdd779e43112323a9c057dbbdbc0b1512a2.tar.xz linux-df941fdd779e43112323a9c057dbbdbc0b1512a2.zip |
crypto: sl3516 - Typo s/Stormlink/Storlink/
According to Documentation/devicetree/bindings/arm/gemini.txt, the
company was originally named "Storlink Semiconductor", and later renamed
to "Storm Semiconductor".
Fixes: 46c5338db7bd45b2 ("crypto: sl3516 - Add sl3516 crypto engine")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index ebcec460c045..8796ddf37cb5 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig @@ -267,7 +267,7 @@ config CRYPTO_DEV_NIAGARA2 checksumming, and raw copies. config CRYPTO_DEV_SL3516 - tristate "Stormlink SL3516 crypto offloader" + tristate "Storlink SL3516 crypto offloader" depends on HAS_IOMEM select CRYPTO_SKCIPHER select CRYPTO_ENGINE |