summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Blum <thorsten.blum@linux.dev>2026-03-27 03:17:27 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2026-04-03 03:56:12 +0300
commit5469d16e71d65e2a71b68e0bb46eae63f9cb8965 (patch)
tree473c0ef3dbbeddea030b1c3fcb3ccb39e11ef9ce
parent9a73869cb55051a2cdd4b039d75298e32014b25f (diff)
downloadlinux-5469d16e71d65e2a71b68e0bb46eae63f9cb8965.tar.xz
crypto: kconfig - fix typos in atmel-ecc and atmel-sha204a help
s/Microhip/Microchip/ Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r--drivers/crypto/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index 8d3b5d2890f8..16fa56898d35 100644
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -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)