diff options
Diffstat (limited to 'arch/arm/imx-common/Kconfig')
-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 1a09a2c..a6b61ad 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 |