mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
imx: cmd_dek: Enable DEK only for chips supporting CAAM
Since cmd_dek is using CAAM JR, so enable the CMD_DEK only when HAS_CAAM is set Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
41b230bf29
commit
e149b98c11
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ config IMX_HAB
|
|||
bool "Support i.MX HAB features"
|
||||
depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5 || ARCH_IMX8M
|
||||
select FSL_CAAM if HAS_CAAM
|
||||
imply CMD_DEKBLOB
|
||||
imply CMD_DEKBLOB if HAS_CAAM
|
||||
help
|
||||
This option enables the support for secure boot (HAB).
|
||||
See doc/imx/habv4/* for more details.
|
||||
|
|
Loading…
Add table
Reference in a new issue