Skip to content
Snippets Groups Projects
Commit 8b62d546 authored by Peng Fan's avatar Peng Fan Committed by Stefano Babic
Browse files

imx-common: introduce USE_IMXIMG_PLUGIN Kconfig


Introduce USE_IMXIMG_PLUGIN Kconfig

Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent ac1475ae
No related merge requests found
...@@ -18,6 +18,13 @@ config IMX_BOOTAUX ...@@ -18,6 +18,13 @@ config IMX_BOOTAUX
help help
bootaux [addr] to boot auxiliary core. bootaux [addr] to boot auxiliary core.
config USE_IMXIMG_PLUGIN
bool "Use imximage plugin code"
depends on ARCH_MX7 || ARCH_MX6
help
i.MX6/7 supports DCD and Plugin. Enable this configuration
to use Plugin, otherwise DCD will be used.
config SECURE_BOOT config SECURE_BOOT
bool "Support i.MX HAB features" bool "Support i.MX HAB features"
depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5 depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment