From: Breno Lima Date: Thu, 25 Mar 2021 09:30:20 +0000 (+0800) Subject: cmd: blob: Add IMX_HAB and CAAM supported SoCs as dependency X-Git-Tag: v2021.10~234^2~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e682d555d80875ad062e3366b8970e199e04395;p=platform%2Fkernel%2Fu-boot.git 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 Reviewed-by: Ye Li Signed-off-by: Peng Fan --- diff --git a/cmd/Kconfig b/cmd/Kconfig index 9bf5e86..e485dd8 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1960,6 +1960,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.