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

Commit 990327f3 authored by Venkat Gopalakrishnan's avatar Venkat Gopalakrishnan
Browse files

mmc: host: Reorder MMC_SDHCI_MSM_ICE config



MMC_SDHCI_MSM_ICE is enabled only if MMC_SDHCI_MSM config
is enabled. Reorder this so that it shows up appropriately
in the kernel config menu.

Change-Id: Ic6af2979e7c8c56841d509f3f25fadd4dd2fe9d2
Signed-off-by: default avatarVenkat Gopalakrishnan <venkatg@codeaurora.org>
parent fba45d55
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -127,17 +127,6 @@ config MMC_SDHCI_OF_ARASAN

	  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_SDHCI_OF_ESDHC
	tristate "SDHCI OF support for the Freescale eSDHC controller"
	depends on MMC_SDHCI_PLTFM
@@ -389,6 +378,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_MSM
	tristate "Qualcomm SDCC Controller Support"
	depends on MMC && (ARCH_MSM7X00A || ARCH_MSM7X30 || ARCH_QSD8X50)