From 8b62d546f50803b35b3e5c9ea14f77e9b7321d69 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Tue, 11 Oct 2016 14:29:12 +0800 Subject: [PATCH] imx-common: introduce USE_IMXIMG_PLUGIN Kconfig Introduce USE_IMXIMG_PLUGIN Kconfig Signed-off-by: Peng Fan Cc: Stefano Babic Reviewed-by: Tom Rini --- arch/arm/imx-common/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) 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