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.
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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/
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
|
|
||||||
config CRYPTO_DEV_QCOM_ICE
|
config CRYPTO_DEV_QCOM_ICE
|
||||||
tristate "Inline Crypto Module"
|
tristate "Inline Crypto Module"
|
||||||
default n
|
default n
|
||||||
help
|
depends on PFK && BLK_DEV_DM
|
||||||
This driver supports Inline Crypto Engine for QTI chipsets, MSM8994
|
help
|
||||||
and later, to accelerate crypto operations for storage needs.
|
This driver supports Inline Crypto Engine for QTI chipsets, MSM8994
|
||||||
To compile this driver as a module, choose M here: the
|
and later, to accelerate crypto operations for storage needs.
|
||||||
module will be called ice.
|
To compile this driver as a module, choose M here: the
|
||||||
|
module will be called ice.
|
||||||
|
|
Loading…
Add table
Reference in a new issue