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

Commit 8d3e9d56 authored by Mallikarjuna Reddy Amireddy's avatar Mallikarjuna Reddy Amireddy
Browse files

crypto: Kconfig: MDM9X07: Add Hardware crypto module



Add hardware crypto module for MDM9X07 target.

Change-Id: I06cb5ec494fdcf69e928c4f3014e4b7e69660208
Signed-off-by: default avatarMallikarjuna Reddy Amireddy <mamire@codeaurora.org>
parent da2b3bff
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -337,18 +337,18 @@ config CRYPTO_DEV_QCRYPTO

config CRYPTO_DEV_QCOM_MSM_QCE
        tristate "Qualcomm Crypto Engine (QCE) module"
        select  CRYPTO_DEV_QCE50 if ARCH_APQ8084 || ARCH_MSM8916 || ARCH_MSM8994 || ARCH_MSM8996 || ARCH_MSM8992 || ARCH_MSM8953 || ARCH_MSM8909 || ARCH_MDM9640
        select  CRYPTO_DEV_QCE50 if ARCH_APQ8084 || ARCH_MSM8916 || ARCH_MSM8994 || ARCH_MSM8996 || ARCH_MSM8992 || ARCH_MSM8953 || ARCH_MSM8909 || ARCH_MDM9640 || ARCH_MDM9607
        default n
        help
          This driver supports Qualcomm Crypto Engine in MSM7x30, MSM8660
          MSM8x55, MSM8960, MSM9615, MSM8916, MSM8994, MSM8996, FSM9900,
	  MSMTITANINUM, MDM9640 and APQ8084.
	  MSMTITANINUM, MDM9640, MDM9607 and APQ8084.

          To compile this driver as a module, choose M here: the
          For MSM7x30 MSM8660 and MSM8x55 the module is called qce
          For MSM8960, APQ8064 and MSM9615 the module is called qce40
          For MSM8974, MSM8916, MSM8994, MSM8996, MSM8992, MSM8953,
	  MDM9640 and APQ8084 the module is called qce50.
	  MDM9640, MDM9607 and APQ8084 the module is called qce50.

config CRYPTO_DEV_QCEDEV
        tristate "QCEDEV Interface to CE module"