diff mbox

crypto: powerpc - Rename CRYPT_CRC32C_VPMSUM option

Message ID 20161122103244.38d435cd@endymion (mailing list archive)
State Accepted
Delegated to: Herbert Xu
Headers show

Commit Message

Jean Delvare Nov. 22, 2016, 9:32 a.m. UTC
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>
---
 arch/powerpc/crypto/Makefile |    2 +-
 crypto/Kconfig               |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Anton Blanchard Nov. 22, 2016, 10:23 p.m. UTC | #1
Hi Jean,

> For consistency with the other 246 kernel configuration options,
> rename CRYPT_CRC32C_VPMSUM to CRYPTO_CRC32C_VPMSUM.

Thanks! Not sure how I missed that.

Acked-by: Anton Blanchard <anton@samba.org>

Anton
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Herbert Xu Nov. 28, 2016, 1:29 p.m. UTC | #2
On Tue, Nov 22, 2016 at 10:32:44AM +0100, Jean Delvare wrote:
> 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>

Patch applied.  Thanks.
diff mbox

Patch

--- 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