diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-11-14 12:12:27 +0000 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2020-11-20 14:45:34 +1100 |
commit | 2e0e386af88429ec28fb9ab4531096a370578e97 (patch) | |
tree | 09f115d70de3611ff9f1b0f89f226e640183aa88 /drivers/crypto/Kconfig | |
parent | 8c8268166e83425243789c5781c92e7fa33b703b (diff) | |
download | linux-2e0e386af88429ec28fb9ab4531096a370578e97.tar.bz2 |
crypto: kconfig - fix a couple of spelling mistakes
There are a couple of spelling mistakes in two crypto Kconfig files.
Fix these.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
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 37da0c070a88..129bbdc4993b 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig @@ -648,7 +648,7 @@ choice default CRYPTO_DEV_QCE_ENABLE_ALL depends on CRYPTO_DEV_QCE help - This option allows to choose whether to build support for all algorihtms + This option allows to choose whether to build support for all algorithms (default), hashes-only, or skciphers-only. The QCE engine does not appear to scale as well as the CPU to handle |