--- zzzz-none-000/linux-4.4.271/drivers/crypto/Kconfig 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/drivers/crypto/Kconfig 2023-04-19 10:22:28.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