Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66ba4ec2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "crypto: msm: Compilation flag in Kconfig For FIPS"

parents 629d60b3 ea1413ce
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -303,6 +303,15 @@ config CRYPTO_DEV_QCE40
config CRYPTO_DEV_QCE50
	bool

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.

config CRYPTO_DEV_QCRYPTO
	tristate "Qualcomm Crypto accelerator"
	select CRYPTO_DES