summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorAymen Sghaier <aymen.sghaier@nxp.com>2021-03-25 17:30:27 +0800
committerStefano Babic <sbabic@denx.de>2021-04-08 09:18:29 +0200
commit2532429b166246ef82b975435925e2772df3e70b (patch)
treeaf5e55fef29d2b1eb9292a7baf7f33801002954a /cmd/Kconfig
parentdde92e2d1501c0f4e7fc04e10b2a9614a1d63e32 (diff)
crypto: Add blob command support for i.MX8M platforms
This patch enable blob command for mScale platforms. Signed-off-by: Aymen Sghaier <aymen.sghaier@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 10393eea44..c735e81b37 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1960,8 +1960,8 @@ config CMD_AES
config CMD_BLOB
bool "Enable the 'blob' command"
- depends on !MX6ULL && !MX6SLL && !MX6SL && !IMX8M
- select IMX_HAB if ARCH_MX6 || ARCH_MX7 || ARCH_MX7ULP
+ depends on !MX6ULL && !MX6SLL && !MX6SL
+ select IMX_HAB if ARCH_MX6 || ARCH_MX7 || ARCH_MX7ULP || ARCH_IMX8M
help
This is used with the Freescale secure boot mechanism.