imx8mn-somdevices: arm: Add imx8mn_somdevices Kconfig.
authorJosep Orga <jorga@somdevices.com>
Wed, 6 Oct 2021 14:45:23 +0000 (16:45 +0200)
committerJosep Orga <jorga@somdevices.com>
Wed, 6 Oct 2021 14:45:23 +0000 (16:45 +0200)
Signed-off-by: Josep Orga <jorga@somdevices.com>
arch/arm/mach-imx/imx8m/Kconfig

index d877a70..771a523 100644 (file)
@@ -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