diff options
| author | Peng Fan <[email protected]> | 2016-10-11 14:29:12 +0800 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2016-10-24 10:58:18 +0200 |
| commit | 8b62d546f50803b35b3e5c9ea14f77e9b7321d69 (patch) | |
| tree | 599b76498469727b3244d5fad09ebc9970cda92d | |
| parent | ac1475ae292dcc218bf0f2b2db9b6c9d1a76ceda (diff) | |
imx-common: introduce USE_IMXIMG_PLUGIN Kconfig
Introduce USE_IMXIMG_PLUGIN Kconfig
Signed-off-by: Peng Fan <[email protected]>
Cc: Stefano Babic <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
| -rw-r--r-- | arch/arm/imx-common/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/imx-common/Kconfig b/arch/arm/imx-common/Kconfig index 1a09a2c2277..a6b61ad20a3 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 |
