Commit 168d1e020595500ea1e39c19c939beaa12b9fa93

Authored by Ye Li
1 parent 2cd26c9243

MLK-18159-12 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>
(cherry picked from commit 8a552c8d98df953c13a0144972b8c16ed7684e92)
(cherry picked from commit dd3c14ba3f814610af05b07ec7cd47dcf0925a49)

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

arch/arm/mach-imx/Kconfig
... ... @@ -38,7 +38,7 @@
38 38 bool "Support i.MX HAB features"
39 39 depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5 || ARCH_IMX8M
40 40 select FSL_CAAM if HAS_CAAM
41   - imply CMD_DEKBLOB
  41 + imply CMD_DEKBLOB if HAS_CAAM
42 42 help
43 43 This option enables the support for secure boot (HAB).
44 44 See doc/README.mxc_hab for more details.