summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorGaurav Jain <gaurav.jain@nxp.com>2021-04-27 15:25:03 +0530
committerYe Li <ye.li@nxp.com>2022-04-06 18:04:25 +0800
commitfe66ffdfd638aea9c1d4edc606ac9d184b463d99 (patch)
tree8f682035f638af7a7d64511b3ec5f3c0fa04c694 /cmd
parentc4f7725e0a2c0285e97e6a2d0953e9c89d5d8c27 (diff)
LFU-126-2 crypto/fsl: Support BKEK generation
Add support for generating BKEK. Signed-off-by: Ji Luo <ji.luo@nxp.com> Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Gaurav Jain <gaurav.jain@nxp.com> (cherry picked from commit 8e2e370296672d0199d05bee88966821a290171d)
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index e9ab53d30f..f6bd71451b 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -2017,6 +2017,7 @@ config CMD_AES
config CMD_BLOB
bool "Enable the 'blob' command"
+ select FSL_BLOB
depends on !MX6ULL && !MX6SLL && !MX6SL
select IMX_HAB if ARCH_MX6 || ARCH_MX7 || ARCH_MX7ULP || ARCH_IMX8M
help