Commit a7472d556283613944498319283d8afb1d75b2d9

Authored by Breno Lima
Committed by Ye Li
1 parent d82c850a5e

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)

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -1818,6 +1818,8 @@
1818 1818  
1819 1819 config CMD_BLOB
1820 1820 bool "Enable the 'blob' command"
  1821 + depends on !MX6ULL && !MX6SLL && !MX6SL && !IMX8M && !MX7ULP
  1822 + select IMX_HAB if ARCH_MX6 || ARCH_MX7
1821 1823 help
1822 1824 This is used with the Freescale secure boot mechanism.
1823 1825