Skip to content

Commit

Permalink
crypto: msm: fix ICE Kconfig and makefile
Browse files Browse the repository at this point in the history
Update Kconfig and Makefile to enable ICE driver compilation.

Signed-off-by: Gilad Broner <gbroner@codeaurora.org>
  • Loading branch information
Gilad Broner authored and David Keitel committed Mar 24, 2016
1 parent ce93b22 commit ca838ee
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion drivers/crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
1 change: 0 additions & 1 deletion drivers/crypto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
19 changes: 10 additions & 9 deletions drivers/crypto/msm/Kconfig
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit ca838ee

Please sign in to comment.