Skip to content

Commit 7cf3186

Browse files
jdelvareherbertx
authored andcommitted
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 <[email protected]> Cc: Anton Blanchard <[email protected]> Cc: Herbert Xu <[email protected]> Acked-by: Anton Blanchard <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent 7918ece commit 7cf3186

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/powerpc/crypto/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ obj-$(CONFIG_CRYPTO_MD5_PPC) += md5-ppc.o
99
obj-$(CONFIG_CRYPTO_SHA1_PPC) += sha1-powerpc.o
1010
obj-$(CONFIG_CRYPTO_SHA1_PPC_SPE) += sha1-ppc-spe.o
1111
obj-$(CONFIG_CRYPTO_SHA256_PPC_SPE) += sha256-ppc-spe.o
12-
obj-$(CONFIG_CRYPT_CRC32C_VPMSUM) += crc32c-vpmsum.o
12+
obj-$(CONFIG_CRYPTO_CRC32C_VPMSUM) += crc32c-vpmsum.o
1313

1414
aes-ppc-spe-y := aes-spe-core.o aes-spe-keys.o aes-tab-4k.o aes-spe-modes.o aes-spe-glue.o
1515
md5-ppc-y := md5-asm.o md5-glue.o

crypto/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ config CRYPTO_CRC32C_INTEL
447447
gain performance compared with software implementation.
448448
Module will be crc32c-intel.
449449

450-
config CRYPT_CRC32C_VPMSUM
450+
config CRYPTO_CRC32C_VPMSUM
451451
tristate "CRC32c CRC algorithm (powerpc64)"
452452
depends on PPC64 && ALTIVEC
453453
select CRYPTO_HASH

0 commit comments

Comments
 (0)