--- zzzz-none-000/linux-4.4.60/drivers/crypto/Kconfig 2017-04-08 07:53:53.000000000 +0000 +++ scorpion-7490-727/linux-4.4.60/drivers/crypto/Kconfig 2021-02-04 17:41:59.000000000 +0000 @@ -163,6 +163,7 @@ tristate "Marvell's Cryptographic Engine" depends on PLAT_ORION select CRYPTO_AES + select CRYPTO_HASH2 select CRYPTO_BLKCIPHER select CRYPTO_HASH select SRAM @@ -346,6 +347,17 @@ Select this to offload Samsung S5PV210 or S5PC110, Exynos from AES algorithms execution. +config FIPS_ENABLE + bool "FIPS140-2 compliant build" + default n + help + This flag is used to make current build FIPS140-2 + compliant. This flag will enable the patch of code + which will perform this task. Please select Y here + to enable. + +source "drivers/crypto/msm/Kconfig" + config CRYPTO_DEV_NX bool "Support for IBM PowerPC Nest (NX) cryptographic acceleration" depends on PPC64