summaryrefslogtreecommitdiff
path: root/board/gateworks/venice/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/gateworks/venice/Kconfig')
-rw-r--r--board/gateworks/venice/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/gateworks/venice/Kconfig b/board/gateworks/venice/Kconfig
index 3034275ac2c..9d083dc55f3 100644
--- a/board/gateworks/venice/Kconfig
+++ b/board/gateworks/venice/Kconfig
@@ -27,3 +27,18 @@ config SYS_CONFIG_NAME
config IMX_CONFIG
default "board/gateworks/venice/imximage-8mn-lpddr4.cfg"
endif
+
+if TARGET_IMX8MP_VENICE
+
+config SYS_BOARD
+ default "venice"
+
+config SYS_VENDOR
+ default "gateworks"
+
+config SYS_CONFIG_NAME
+ default "imx8mp_venice"
+
+config IMX_CONFIG
+ default "board/gateworks/venice/imximage-8mp-lpddr4.cfg"
+endif