imx: board: Add support for iMX6ULL SOMDEVICES board.
authorJosep Orga <jorga@somdevices.com>
Sat, 25 Apr 2020 08:31:43 +0000 (10:31 +0200)
committerJosep Orga <jorga@somdevices.com>
Sat, 25 Apr 2020 08:31:43 +0000 (10:31 +0200)
Signed-off-by: Josep Orga <jorga@somdevices.com>
arch/arm/mach-imx/mx6/Kconfig

index 88f188e..d79e51e 100644 (file)
@@ -694,6 +694,14 @@ config TARGET_ZC5601
        select SUPPORT_SPL
        imply CMD_DM
 
+config TARGET_IMX6ULL_SOMDEVICES
+       bool "Support imx6ull_somdevices"
+       select BOARD_LATE_INIT
+       select DM
+       select DM_THERMAL
+       select MX6ULL
+       imply CMD_DM
+
 endchoice
 
 config SYS_SOC
@@ -743,6 +751,7 @@ source "board/liebherr/display5/Kconfig"
 source "board/liebherr/mccmon6/Kconfig"
 source "board/logicpd/imx6/Kconfig"
 source "board/seco/Kconfig"
+source "board/somdevices/imx6ull_somdevices/Kconfig"
 source "board/sks-kinkel/sksimx6/Kconfig"
 source "board/solidrun/mx6cuboxi/Kconfig"
 source "board/technexion/pico-imx6ul/Kconfig"