summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorBreno Lima <breno.lima@nxp.com>2018-03-23 16:25:33 -0300
committerYe Li <ye.li@nxp.com>2020-04-26 23:21:49 -0700
commita7472d556283613944498319283d8afb1d75b2d9 (patch)
treeb6af3876e217fb2e60b84b1cd14f9e952fc775c9 /cmd
parentd82c850a5eff7786804a44be92bf5f5f1e7c68d4 (diff)
MLK-17914: cmd: blob: Add IMX_HAB and CAAM supported SoCs as dependency
In order to build CMD_BLOB on i.MX CAAM supported devices it's necessary to select IMX_HAB. Add IMX_HAB and CAAM supported SoCs as dependency. Signed-off-by: Breno Lima <breno.lima@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 4afb519038d190687cac6d410e9ad65d0655f1c0) (cherry picked from commit acda6159eefbefaee15b19568fd1c4665c047432) (cherry picked from commit c9de383878c5e248ae549182a9f2477f5bb2a5f5)
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 6403bc45a5..3f0cbd120d 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1818,6 +1818,8 @@ config CMD_AES
config CMD_BLOB
bool "Enable the 'blob' command"
+ depends on !MX6ULL && !MX6SLL && !MX6SL && !IMX8M && !MX7ULP
+ select IMX_HAB if ARCH_MX6 || ARCH_MX7
help
This is used with the Freescale secure boot mechanism.