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.
if ARCH_QCOM
source "drivers/crypto/msm/Kconfig"
source drivers/crypto/msm/Kconfig
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_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/

View file

@ -2,6 +2,7 @@
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.