aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat/Kconfig
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2019-10-25 12:41:13 -0700
committerHerbert Xu <herbert@gondor.apana.org.au>2019-11-01 13:42:47 +0800
commitb95bba5d01141ba919c99ea6fde206727f3b3eb4 (patch)
tree63f4d0029854a6e189adff4e0129ce6578498af1 /drivers/crypto/qat/Kconfig
parentcrypto: skcipher - remove the "blkcipher" algorithm type (diff)
downloadlinux-dev-b95bba5d01141ba919c99ea6fde206727f3b3eb4.tar.xz
linux-dev-b95bba5d01141ba919c99ea6fde206727f3b3eb4.zip
crypto: skcipher - rename the crypto_blkcipher module and kconfig option
Now that the blkcipher algorithm type has been removed in favor of skcipher, rename the crypto_blkcipher kernel module to crypto_skcipher, and rename the config options accordingly: CONFIG_CRYPTO_BLKCIPHER => CONFIG_CRYPTO_SKCIPHER CONFIG_CRYPTO_BLKCIPHER2 => CONFIG_CRYPTO_SKCIPHER2 Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/qat/Kconfig')
-rw-r--r--drivers/crypto/qat/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/qat/Kconfig b/drivers/crypto/qat/Kconfig
index 6ab7e5a88756..2006322345de 100644
--- a/drivers/crypto/qat/Kconfig
+++ b/drivers/crypto/qat/Kconfig
@@ -3,7 +3,7 @@ config CRYPTO_DEV_QAT
tristate
select CRYPTO_AEAD
select CRYPTO_AUTHENC
- select CRYPTO_BLKCIPHER
+ select CRYPTO_SKCIPHER
select CRYPTO_AKCIPHER
select CRYPTO_DH
select CRYPTO_HMAC