MLK-17897: mx7ulp: Add ARCH_MX7ULP to IMX_HAB dependency
authorBreno Lima <breno.lima@nxp.com>
Tue, 20 Mar 2018 13:09:47 +0000 (10:09 -0300)
committerYe Li <ye.li@nxp.com>
Thu, 29 Apr 2021 07:56:04 +0000 (00:56 -0700)
Add ARCH_MX7ULP as a CONFIG_IMX_HAB dependency, so we can enable
IMX_HAB on mx7ulp

Signed-off-by: Breno Lima <breno.lima@nxp.com>
Reviewed-by: Ye Li <ye.li@nxp.com>
(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)

arch/arm/mach-imx/Kconfig

index 299ca13..7a9c2ca 100644 (file)
@@ -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