diff options
author | Jean Delvare <jdelvare@suse.de> | 2016-11-22 10:32:44 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-11-28 21:23:17 +0800 |
commit | 7cf31864e60f7f6ee6ad2e3ea1f3bae8844c0380 (patch) | |
tree | a6bed74b072165d685d2418c453ab9a224974e1f /crypto/Kconfig | |
parent | 7918ecef073fe80eeb399a37d8d48561864eedf1 (diff) | |
download | op-kernel-dev-7cf31864e60f7f6ee6ad2e3ea1f3bae8844c0380.zip op-kernel-dev-7cf31864e60f7f6ee6ad2e3ea1f3bae8844c0380.tar.gz |
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/Kconfig')
-rw-r--r-- | crypto/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 1db2a19..2a9c73c 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 |