summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/configs/pseries_defconfig
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2017-03-23 08:22:01 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2017-03-28 10:52:04 +1100
commit1127d5f7fdcd99c28f2b70e12578372c330c8fa1 (patch)
tree03871fd86517be4849cc232cc2ba89b36123ab17 /arch/powerpc/configs/pseries_defconfig
parent4e215d2584b2e5b9448924f374f60ad2734144d8 (diff)
downloadop-kernel-dev-1127d5f7fdcd99c28f2b70e12578372c330c8fa1.zip
op-kernel-dev-1127d5f7fdcd99c28f2b70e12578372c330c8fa1.tar.gz
powerpc/configs: Re-enable POWER8 crc32c
The config option for the POWER8 crc32c recently changed from CONFIG_CRYPT_CRC32C_VPMSUM to CONFIG_CRYPTO_CRC32C_VPMSUM. Update the configs. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/configs/pseries_defconfig')
-rw-r--r--arch/powerpc/configs/pseries_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/configs/pseries_defconfig b/arch/powerpc/configs/pseries_defconfig
index 47f72c8..1a61aa2 100644
--- a/arch/powerpc/configs/pseries_defconfig
+++ b/arch/powerpc/configs/pseries_defconfig
@@ -303,7 +303,7 @@ CONFIG_XMON=y
CONFIG_CRYPTO_TEST=m
CONFIG_CRYPTO_PCBC=m
CONFIG_CRYPTO_HMAC=y
-CONFIG_CRYPT_CRC32C_VPMSUM=m
+CONFIG_CRYPTO_CRC32C_VPMSUM=m
CONFIG_CRYPTO_MD5_PPC=m
CONFIG_CRYPTO_MICHAEL_MIC=m
CONFIG_CRYPTO_SHA256=y
OpenPOWER on IntegriCloud