-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: msm: fix ICE Kconfig and makefile
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
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |