From: Breno Lima Date: Tue, 20 Mar 2018 13:09:47 +0000 (-0300) Subject: MLK-17897: mx7ulp: Add ARCH_MX7ULP to IMX_HAB dependency X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~550 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=7db000367fd5f8f0ba1627d8a825753c9dde7eb6;p=u-boot.git MLK-17897: mx7ulp: Add ARCH_MX7ULP to IMX_HAB dependency Add ARCH_MX7ULP as a CONFIG_IMX_HAB dependency, so we can enable IMX_HAB on mx7ulp Signed-off-by: Breno Lima Reviewed-by: Ye Li (cherry picked from commit d4c01cd3f6f5ba59ca17ebf52f610f629895ac7a) (cherry picked from commit 4ba6e5aa05ec8872426aa68da3879e8fcd835710) (cherry picked from commit 78e717c7e0897e759abdbe5bf28b46ae56d403ee) (cherry picked from commit 80facaa8dfd9b199965c3c46a08f32f6dd1e646c) (cherry picked from commit b34d12ec68f9345bade97cb0c0f96741933ea2f8) --- diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 299ca1335c..7a9c2cabb3 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -54,7 +54,7 @@ config USE_IMXIMG_PLUGIN config IMX_HAB bool "Support i.MX HAB features" - depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5 || ARCH_IMX8M + depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5 || ARCH_MX7ULP || ARCH_IMX8M select FSL_CAAM if HAS_CAAM imply CMD_DEKBLOB if HAS_CAAM help @@ -130,8 +130,8 @@ config DBG_MONITOR bool "Enable the AXI debug monitor" depends on ARCH_MX6 || ARCH_MX7 help - This option enables the debug monitor which prints out last - failed AXI access info when system reboot is caused by AXI + This option enables the debug monitor which prints out last + failed AXI access info when system reboot is caused by AXI access failure. config NXP_BOARD_REVISION