imx8mm-somdevices: arm: Add imx8mm_somdevices Kconfig.
authorJosep Orga <jorga@somdevices.com>
Wed, 1 Sep 2021 17:33:57 +0000 (19:33 +0200)
committerJosep Orga <jorga@somdevices.com>
Wed, 1 Sep 2021 17:33:57 +0000 (19:33 +0200)
Signed-off-by: Josep Orga <jorga@somdevices.com>
arch/arm/mach-imx/imx8m/Kconfig

index 9e5b6d7..d877a70 100644 (file)
@@ -201,6 +201,16 @@ config TARGET_PHYCORE_IMX8MP
        select IMX8MP
         select SUPPORT_SPL
        select IMX8M_LPDDR4
+
+config TARGET_IMX8MM_SOMDEVICES
+       bool "imx8mm LPDDR4 SOMDEVICES board"
+       select IMX8MM
+       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"
@@ -217,5 +227,6 @@ source "board/beacon/imx8mm/Kconfig"
 source "board/beacon/imx8mn/Kconfig"
 source "board/phytec/phycore_imx8mm/Kconfig"
 source "board/phytec/phycore_imx8mp/Kconfig"
+source "board/somdevices/imx8mm_somdevices/Kconfig"
 
 endif