From: Josep Orga Date: Wed, 6 Oct 2021 14:45:23 +0000 (+0200) Subject: imx8mn-somdevices: arm: Add imx8mn_somdevices Kconfig. X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~22 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=e88439468640490e731bdb5167cae30a95d0f2aa;p=u-boot.git imx8mn-somdevices: arm: Add imx8mn_somdevices Kconfig. Signed-off-by: Josep Orga --- diff --git a/arch/arm/mach-imx/imx8m/Kconfig b/arch/arm/mach-imx/imx8m/Kconfig index d877a70533..771a523b3e 100644 --- a/arch/arm/mach-imx/imx8m/Kconfig +++ b/arch/arm/mach-imx/imx8m/Kconfig @@ -211,6 +211,16 @@ config TARGET_IMX8MM_SOMDEVICES select FSL_BLOB select MISC select SPL_CRYPTO_SUPPORT if SPL + +config TARGET_IMX8MN_SOMDEVICES + bool "imx8mn LPDDR4 SOMDEVICES board" + select IMX8MN + select SUPPORT_SPL + select IMX8M_LPDDR4 + select FSL_CAAM + select FSL_BLOB + select MISC + select SPL_CRYPTO_SUPPORT if SPL endchoice source "board/freescale/imx8mq_evk/Kconfig" @@ -228,5 +238,6 @@ source "board/beacon/imx8mn/Kconfig" source "board/phytec/phycore_imx8mm/Kconfig" source "board/phytec/phycore_imx8mp/Kconfig" source "board/somdevices/imx8mm_somdevices/Kconfig" +source "board/somdevices/imx8mn_somdevices/Kconfig" endif