imx8mp-somdevices: arm: Add imx8mp_somdevices Kconfig.
authorJosep Orga <jorga@somdevices.com>
Thu, 31 Aug 2023 10:11:41 +0000 (12:11 +0200)
committerJosep Orga <jorga@somdevices.com>
Wed, 13 Sep 2023 07:30:33 +0000 (09:30 +0200)
Signed-off-by: Josep Orga <jorga@somdevices.com>
arch/arm/mach-imx/imx8m/Kconfig

index 771a523..1d66fc2 100644 (file)
@@ -221,6 +221,16 @@ config TARGET_IMX8MN_SOMDEVICES
        select FSL_BLOB
        select MISC
        select SPL_CRYPTO_SUPPORT if SPL
+
+config TARGET_IMX8MP_SOMDEVICES
+       bool "imx8mp LPDDR4 SOMDEVICES board"
+       select IMX8MP
+       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"
@@ -239,5 +249,6 @@ source "board/phytec/phycore_imx8mm/Kconfig"
 source "board/phytec/phycore_imx8mp/Kconfig"
 source "board/somdevices/imx8mm_somdevices/Kconfig"
 source "board/somdevices/imx8mn_somdevices/Kconfig"
+source "board/somdevices/imx8mp_somdevices/Kconfig"
 
 endif