From: Peng Fan Date: Tue, 11 Oct 2016 06:29:12 +0000 (+0800) Subject: imx-common: introduce USE_IMXIMG_PLUGIN Kconfig X-Git-Tag: v2016.11-rc3~33^2~25 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8b62d546f50803b35b3e5c9ea14f77e9b7321d69;p=u-boot imx-common: introduce USE_IMXIMG_PLUGIN Kconfig Introduce USE_IMXIMG_PLUGIN Kconfig Signed-off-by: Peng Fan Cc: Stefano Babic Reviewed-by: Tom Rini --- diff --git a/arch/arm/imx-common/Kconfig b/arch/arm/imx-common/Kconfig index 1a09a2c227..a6b61ad20a 100644 --- a/arch/arm/imx-common/Kconfig +++ b/arch/arm/imx-common/Kconfig @@ -18,6 +18,13 @@ config IMX_BOOTAUX help 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 bool "Support i.MX HAB features" depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5