linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] crypto: powerpc - Rename CRYPT_CRC32C_VPMSUM option
@ 2016-11-22  9:32 Jean Delvare
  2016-11-22 22:23 ` Anton Blanchard
  2016-11-28 13:29 ` Herbert Xu
  0 siblings, 2 replies; 3+ messages in thread
From: Jean Delvare @ 2016-11-22  9:32 UTC (permalink / raw)
  To: linux-crypto
  Cc: Herbert Xu, Anton Blanchard, Benjamin Herrenschmidt,
	Paul Mackerras, Michael Ellerman, David S. Miller

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

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-11-28 13:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-22  9:32 [PATCH] crypto: powerpc - Rename CRYPT_CRC32C_VPMSUM option Jean Delvare
2016-11-22 22:23 ` Anton Blanchard
2016-11-28 13:29 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).