summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-06-06 03:29:16 -0700
committerYe Li <ye.li@nxp.com>2018-06-13 02:41:08 -0700
commit4ec81a0b075d8d853ac696172660a7771064405d (patch)
tree17cc74305b5980ec88855454f6b0c27cc43a9372 /cmd/Kconfig
parent2105662ada738a271e12a81d775134a5821dc38f (diff)
MLK-18591-2 crypto: caam: Add fsl caam driver
Add the fsl CAAM driver and new commands to implement DEK blob operations, like "caam genblob" to generate encrypted blob and "caam decap" to output orignal plain data. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 9991b2e29a..16748e1f8b 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -337,6 +337,12 @@ config CMD_FITUPD
Implements the 'fitupd' command, which allows to automatically
store software updates present on a TFTP server in NOR Flash
+config CMD_FSL_CAAM_KB
+ bool "Freescale i.MX CAAM command"
+ help
+ Implement the "caam" command to generate DEK blob for one block of data
+ or decap the DEK blob to its original data.
+
config CMD_THOR_DOWNLOAD
bool "thor - TIZEN 'thor' download"
help