
On Thu, Mar 04, 2021 at 08:17:42AM -0300, Fabio Estevam wrote:
i.MX7ULP and i.MX8M may also use HAB. Add support for these platforms.
Signed-off-by: Fabio Estevam festevam@gmail.com
arch/arm/mach-imx/Kconfig | 2 +- arch/arm/mach-imx/imx8m/Kconfig | 1 + arch/arm/mach-imx/mx7ulp/Kconfig | 1 + 3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 8f64e2319525..2c3239ecfa4a 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -43,7 +43,7 @@ config USE_IMXIMG_PLUGIN
config IMX_HAB bool "Support i.MX HAB features"
- depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5
- depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5 || ARCH_MX7ULP || ARCH_IMX8M select FSL_CAAM if HAS_CAAM imply CMD_DEKBLOB help
Can we get a HAS_IMX_HAB feature to depend on, and let the various ARCH_xxx select that? The list is long, this makes it longer and I assume the next IMX8something will make it even longer. Thanks!