crypto: msm: fix ICE Kconfig and makefile
Update Kconfig and Makefile to enable ICE driver compilation. Signed-off-by: Gilad Broner <gbroner@codeaurora.org>
This commit is contained in:
parent
ce93b221ca
commit
ca838eec7c
3 changed files with 11 additions and 11 deletions
|
@ -557,7 +557,7 @@ config CRYPTO_DEV_SUN4I_SS
|
|||
will be called sun4i-ss.
|
||||
|
||||
if ARCH_QCOM
|
||||
source "drivers/crypto/msm/Kconfig"
|
||||
source drivers/crypto/msm/Kconfig
|
||||
endif # ARCH_QCOM
|
||||
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@ obj-$(CONFIG_CRYPTO_DEV_TALITOS) += talitos.o
|
|||
obj-$(CONFIG_CRYPTO_DEV_UX500) += ux500/
|
||||
obj-$(CONFIG_CRYPTO_DEV_QAT) += qat/
|
||||
obj-$(CONFIG_CRYPTO_DEV_QCE) += qce/
|
||||
obj-$(CONFIG_CRYPTO_DEV_QCOM_MSM_QCE) += msm/
|
||||
obj-$(CONFIG_CRYPTO_DEV_VMX) += vmx/
|
||||
obj-$(CONFIG_CRYPTO_DEV_SUN4I_SS) += sunxi-ss/
|
||||
obj-$(CONFIG_ARCH_QCOM) += msm/
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
config CRYPTO_DEV_QCOM_ICE
|
||||
tristate "Inline Crypto Module"
|
||||
default n
|
||||
help
|
||||
This driver supports Inline Crypto Engine for QTI chipsets, MSM8994
|
||||
and later, to accelerate crypto operations for storage needs.
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called ice.
|
||||
|
||||
config CRYPTO_DEV_QCOM_ICE
|
||||
tristate "Inline Crypto Module"
|
||||
default n
|
||||
depends on PFK && BLK_DEV_DM
|
||||
help
|
||||
This driver supports Inline Crypto Engine for QTI chipsets, MSM8994
|
||||
and later, to accelerate crypto operations for storage needs.
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called ice.
|
||||
|
|
Loading…
Add table
Reference in a new issue