diff options
| author | Gilad Broner <gbroner@codeaurora.org> | 2016-02-25 14:58:34 +0200 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 21:24:14 -0700 |
| commit | ca838eec7c60585c1b198675655de89207257f2d (patch) | |
| tree | 2da0e261cd50ed05e38a57e4eb0dbcc0fbfc29d6 /drivers/crypto/msm | |
| parent | ce93b221ca894563da0f0500bdb8162c944bd164 (diff) | |
crypto: msm: fix ICE Kconfig and makefile
Update Kconfig and Makefile to enable ICE driver compilation.
Signed-off-by: Gilad Broner <gbroner@codeaurora.org>
Diffstat (limited to 'drivers/crypto/msm')
| -rw-r--r-- | drivers/crypto/msm/Kconfig | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/drivers/crypto/msm/Kconfig b/drivers/crypto/msm/Kconfig index b5a85c2732a7..0f4568b46468 100644 --- a/drivers/crypto/msm/Kconfig +++ b/drivers/crypto/msm/Kconfig @@ -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. |
