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

Commit b49748ed authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mmc: host: Kconfig: Enable ICE Kconfig for mmc on sm6150"

parents ce5ee420 0e884bb6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -640,6 +640,7 @@ CONFIG_CRYPTO_ANSI_CPRNG=y
CONFIG_CRYPTO_DEV_QCOM_MSM_QCE=y
CONFIG_CRYPTO_DEV_QCRYPTO=y
CONFIG_CRYPTO_DEV_QCEDEV=y
CONFIG_CRYPTO_DEV_QCOM_ICE=y
CONFIG_ARM64_CRYPTO=y
CONFIG_CRYPTO_SHA1_ARM64_CE=y
CONFIG_CRYPTO_SHA2_ARM64_CE=y
+1 −0
Original line number Diff line number Diff line
@@ -718,6 +718,7 @@ CONFIG_CRYPTO_ANSI_CPRNG=y
CONFIG_CRYPTO_DEV_QCOM_MSM_QCE=y
CONFIG_CRYPTO_DEV_QCRYPTO=y
CONFIG_CRYPTO_DEV_QCEDEV=y
CONFIG_CRYPTO_DEV_QCOM_ICE=y
CONFIG_ARM64_CRYPTO=y
CONFIG_CRYPTO_SHA1_ARM64_CE=y
CONFIG_CRYPTO_SHA2_ARM64_CE=y
+11 −0
Original line number Diff line number Diff line
@@ -438,6 +438,17 @@ config MMC_SDHCI_MSM

	  If unsure, say N.

config MMC_SDHCI_MSM_ICE
	bool "Qualcomm Technologies, Inc Inline Crypto Engine for SDHCI core"
	depends on MMC_SDHCI_MSM && CRYPTO_DEV_QCOM_ICE
	help
	  This selects the QTI specific additions to support Inline Crypto
	  Engine (ICE). ICE accelerates the crypto operations and maintains
	  the high SDHCI performance.

	  Select this if you have ICE supported for SDHCI on QTI chipset.
	  If unsure, say N.

config MMC_MXC
	tristate "Freescale i.MX21/27/31 or MPC512x Multimedia Card support"
	depends on ARCH_MXC || PPC_MPC512x