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

Commit 4ddee896 authored by Zhen Kong's avatar Zhen Kong
Browse files

crypto: Kconfig: select QCE50 for ARCH_APQ8084



select qce50 for APQ8084 architecture and then bring up crypto driver
on APO8084

Change-Id: I4235dbf88003203353c7d8b18093136bef1b62d1
Signed-off-by: default avatarZhen Kong <zkong@codeaurora.org>
parent 07642fbc
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -318,22 +318,22 @@ config CRYPTO_DEV_QCRYPTO
config CRYPTO_DEV_QCE
	tristate "Qualcomm Crypto Engine (QCE) module"
	select  CRYPTO_DEV_QCE40 if ARCH_MSM8960 || ARCH_MSM9615
	select  CRYPTO_DEV_QCE50 if ARCH_MSM8974 || ARCH_MSM9625 || ARCH_MSM8226 || ARCH_MSM8610 || ARCH_FSM9900
	select  CRYPTO_DEV_QCE50 if ARCH_MSM8974 || ARCH_MSM9625 || ARCH_MSM8226 || ARCH_MSM8610 || ARCH_FSM9900 || ARCH_APQ8084
	default n
	help
          This driver supports Qualcomm Crypto Engine in MSM7x30, MSM8660
	  MSM8x55, MSM8960, MSM9615, and FSM9900
	  MSM8x55, MSM8960, MSM9615, FSM9900, 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 the module is called qce50
	  For MSM8974 and APQ8084 the module is called qce50

config CRYPTO_DEV_QCEDEV
	tristate "QCEDEV Interface to CE module"
	default n
	help
          This driver supports Qualcomm QCEDEV Crypto in MSM7x30, MSM8660,
          MSM8960, MSM9615, APQ8064 and MSM8974.
          MSM8960, MSM9615, APQ8064, MSM8974 and APQ8084
          This exposes the interface to the QCE hardware accelerator via IOCTLs
	  To compile this driver as a module, choose M here: the
	  module will be called qcedev.