From: Marcel Ziswiler Date: Mon, 25 Mar 2019 16:24:53 +0000 (+0100) Subject: imx: bootaux: add dependency on vf610 X-Git-Tag: v2019.07-rc1~21^2~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37822a6ca195ab0ad9c95761adc4c817be32ba0c;p=platform%2Fkernel%2Fu-boot.git imx: bootaux: add dependency on vf610 Allow using bootaux also on VF610 aka Vybrid. Signed-off-by: Marcel Ziswiler Reviewed-by: Igor Opaniuk --- diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 8631fbd..ec09ef2 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 + depends on ARCH_MX7 || ARCH_MX6 || ARCH_VF610 help bootaux [addr] to boot auxiliary core.