diff options
author | Peng Fan | 2020-05-05 20:18:02 +0800 |
---|---|---|
committer | Stefano Babic | 2020-06-08 10:39:24 +0200 |
commit | f3e1c536a9d9b9940f02d0b4f24eb818e31398dc (patch) | |
tree | 1fe2d702ebdc004581104c73419ad3dce8ea1a58 | |
parent | 8fde50f702b92895f0a1ae5fa307199ab4ff0dbe (diff) |
imx: Kconfig: enable IMX_BOOTAUX for i.MX8M
i.MX8M could use imx bootaux to boot m4/m7 core, so let's add it
to the dependency list.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
-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 bed8cc7e886..6c3fedf665d 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -23,7 +23,7 @@ config IMX_RDC config IMX_BOOTAUX bool "Support boot auxiliary core" - depends on ARCH_MX7 || ARCH_MX6 || ARCH_VF610 + depends on ARCH_MX7 || ARCH_MX6 || ARCH_VF610 || ARCH_IMX8M help bootaux [addr] to boot auxiliary core. |