diff options
author | Ye Li | 2019-05-16 03:18:51 +0000 |
---|---|---|
committer | Stefano Babic | 2019-06-11 10:42:48 +0200 |
commit | 15bae9a86d16b1e35a71bb745e5b91d8de0dfd34 (patch) | |
tree | 0b64bdabb31f2566e07cbfb3cf5275cd726637e2 /arch/arm/mach-imx/Kconfig | |
parent | 7ce134b7c32b7c11d79ba4a785eb75e0c26ef969 (diff) |
mx7ulp: Add common plugin codes for mx7ulp
Add common plugin codes to call ROM's hwcnfg_setup and generate IVT2
header.
Signed-off-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index ec09ef240fe..b6fd1595f04 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -29,7 +29,7 @@ config IMX_BOOTAUX config USE_IMXIMG_PLUGIN bool "Use imximage plugin code" - depends on ARCH_MX7 || ARCH_MX6 + depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX7ULP help i.MX6/7 supports DCD and Plugin. Enable this configuration to use Plugin, otherwise DCD will be used. |