For consistency with the other 246 kernel configuration options, rename CRYPT_CRC32C_VPMSUM to CRYPTO_CRC32C_VPMSUM.
Signed-off-by: Jean Delvare <jdelv...@suse.de> Cc: Anton Blanchard <an...@samba.org> Cc: Herbert Xu <herb...@gondor.apana.org.au> --- arch/powerpc/crypto/Makefile | 2 +- crypto/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- linux-4.9-rc5.orig/arch/powerpc/crypto/Makefile 2016-10-03 01:24:33.000000000 +0200 +++ linux-4.9-rc5/arch/powerpc/crypto/Makefile 2016-11-22 10:24:49.902659542 +0100 @@ -9,7 +9,7 @@ obj-$(CONFIG_CRYPTO_MD5_PPC) += md5-ppc. obj-$(CONFIG_CRYPTO_SHA1_PPC) += sha1-powerpc.o obj-$(CONFIG_CRYPTO_SHA1_PPC_SPE) += sha1-ppc-spe.o obj-$(CONFIG_CRYPTO_SHA256_PPC_SPE) += sha256-ppc-spe.o -obj-$(CONFIG_CRYPT_CRC32C_VPMSUM) += crc32c-vpmsum.o +obj-$(CONFIG_CRYPTO_CRC32C_VPMSUM) += crc32c-vpmsum.o aes-ppc-spe-y := aes-spe-core.o aes-spe-keys.o aes-tab-4k.o aes-spe-modes.o aes-spe-glue.o md5-ppc-y := md5-asm.o md5-glue.o --- linux-4.9-rc5.orig/crypto/Kconfig 2016-10-03 01:24:33.000000000 +0200 +++ linux-4.9-rc5/crypto/Kconfig 2016-11-22 10:25:03.270801004 +0100 @@ -437,7 +437,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 -- Jean Delvare SUSE L3 Support -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html