File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ obj-$(CONFIG_CRYPTO_MD5_PPC) += md5-ppc.o
9
9
obj-$(CONFIG_CRYPTO_SHA1_PPC) += sha1-powerpc.o
10
10
obj-$(CONFIG_CRYPTO_SHA1_PPC_SPE) += sha1-ppc-spe.o
11
11
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
13
13
14
14
aes-ppc-spe-y := aes-spe-core.o aes-spe-keys.o aes-tab-4k.o aes-spe-modes.o aes-spe-glue.o
15
15
md5-ppc-y := md5-asm.o md5-glue.o
Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ config CRYPTO_CRC32C_INTEL
447
447
gain performance compared with software implementation.
448
448
Module will be crc32c-intel.
449
449
450
- config CRYPT_CRC32C_VPMSUM
450
+ config CRYPTO_CRC32C_VPMSUM
451
451
tristate "CRC32c CRC algorithm (powerpc64)"
452
452
depends on PPC64 && ALTIVEC
453
453
select CRYPTO_HASH
You can’t perform that action at this time.
0 commit comments