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

Commit ea1413ce authored by Dinesh K Garg's avatar Dinesh K Garg Committed by Gerrit - the friendly Code Review server
Browse files

crypto: msm: Compilation flag in Kconfig For FIPS



Added a FIPS_ENABLE flag under drivers/crypto/Kconfig
which will be enabled/disabled according to defconfig
file selection of CONFIG_FIPS_ENABLE

Change-Id: I9297357d623da108313258f768477f742dad24a3
Signed-off-by: default avatarDinesh K Garg <dineshg@codeaurora.org>
parent 073bc4bb
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