]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
crypto: kconfig - fix typos in atmel-ecc and atmel-sha204a help
authorThorsten Blum <thorsten.blum@linux.dev>
Fri, 27 Mar 2026 00:17:27 +0000 (01:17 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 3 Apr 2026 00:56:12 +0000 (08:56 +0800)
s/Microhip/Microchip/

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/Kconfig

index 8d3b5d2890f8b72e096efb30821883287f70aee9..16fa56898d351c6ff6d9f2ee24ed3c93bf8f4ed2 100644 (file)
@@ -490,7 +490,7 @@ config CRYPTO_DEV_ATMEL_ECC
        select CRYPTO_ECDH
        select CRC16
        help
-         Microhip / Atmel ECC hw accelerator.
+         Microchip / Atmel ECC hw accelerator.
          Select this if you want to use the Microchip / Atmel module for
          ECDH algorithm.
 
@@ -504,7 +504,7 @@ config CRYPTO_DEV_ATMEL_SHA204A
        select HW_RANDOM
        select CRC16
        help
-         Microhip / Atmel SHA accelerator and RNG.
+         Microchip / Atmel SHA accelerator and RNG.
          Select this if you want to use the Microchip / Atmel SHA204A
          module as a random number generator. (Other functions of the
          chip are currently not exposed by this driver)