summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2016-11-22 10:32:44 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2016-11-28 21:23:17 +0800
commit7cf31864e60f7f6ee6ad2e3ea1f3bae8844c0380 (patch)
treea6bed74b072165d685d2418c453ab9a224974e1f /crypto
parent7918ecef073fe80eeb399a37d8d48561864eedf1 (diff)
downloadlinux-7cf31864e60f7f6ee6ad2e3ea1f3bae8844c0380.tar.gz
linux-7cf31864e60f7f6ee6ad2e3ea1f3bae8844c0380.tar.xz
crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM option
For consistency with the other 246 kernel configuration options, rename CRYPT_CRC32C_VPMSUM to CRYPTO_CRC32C_VPMSUM. Signed-off-by: Jean Delvare <jdelvare@suse.de> Cc: Anton Blanchard <anton@samba.org> Cc: Herbert Xu <herbert@gondor.apana.org.au> Acked-by: Anton Blanchard <anton@samba.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 1db2a19a39f9..2a9c73ca5a1e 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -447,7 +447,7 @@ config CRYPTO_CRC32C_INTEL
gain performance compared with software implementation.
Module will be crc32c-intel.
-config CRYPT_CRC32C_VPMSUM
+config CRYPTO_CRC32C_VPMSUM
tristate "CRC32c CRC algorithm (powerpc64)"
depends on PPC64 && ALTIVEC
select CRYPTO_HASH