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:
Gilad Broner 2016-02-25 14:58:34 +02:00 committed by David Keitel
parent ce93b221ca
commit ca838eec7c
3 changed files with 11 additions and 11 deletions

View file

@ -557,7 +557,7 @@ config CRYPTO_DEV_SUN4I_SS
will be called sun4i-ss. will be called sun4i-ss.
if ARCH_QCOM if ARCH_QCOM
source "drivers/crypto/msm/Kconfig" source drivers/crypto/msm/Kconfig
endif # ARCH_QCOM endif # ARCH_QCOM

View file

@ -27,7 +27,6 @@ obj-$(CONFIG_CRYPTO_DEV_TALITOS) += talitos.o
obj-$(CONFIG_CRYPTO_DEV_UX500) += ux500/ obj-$(CONFIG_CRYPTO_DEV_UX500) += ux500/
obj-$(CONFIG_CRYPTO_DEV_QAT) += qat/ obj-$(CONFIG_CRYPTO_DEV_QAT) += qat/
obj-$(CONFIG_CRYPTO_DEV_QCE) += qce/ obj-$(CONFIG_CRYPTO_DEV_QCE) += qce/
obj-$(CONFIG_CRYPTO_DEV_QCOM_MSM_QCE) += msm/
obj-$(CONFIG_CRYPTO_DEV_VMX) += vmx/ obj-$(CONFIG_CRYPTO_DEV_VMX) += vmx/
obj-$(CONFIG_CRYPTO_DEV_SUN4I_SS) += sunxi-ss/ obj-$(CONFIG_CRYPTO_DEV_SUN4I_SS) += sunxi-ss/
obj-$(CONFIG_ARCH_QCOM) += msm/ obj-$(CONFIG_ARCH_QCOM) += msm/

View file

@ -2,6 +2,7 @@
config CRYPTO_DEV_QCOM_ICE config CRYPTO_DEV_QCOM_ICE
tristate "Inline Crypto Module" tristate "Inline Crypto Module"
default n default n
depends on PFK && BLK_DEV_DM
help help
This driver supports Inline Crypto Engine for QTI chipsets, MSM8994 This driver supports Inline Crypto Engine for QTI chipsets, MSM8994
and later, to accelerate crypto operations for storage needs. and later, to accelerate crypto operations for storage needs.