summaryrefslogtreecommitdiffstats
path: root/board/gateworks/venice/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/gateworks/venice/Kconfig')
-rw-r--r--board/gateworks/venice/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/gateworks/venice/Kconfig b/board/gateworks/venice/Kconfig
new file mode 100644
index 0000000000..64cb97c1e0
--- /dev/null
+++ b/board/gateworks/venice/Kconfig
@@ -0,0 +1,12 @@
+if TARGET_IMX8MM_VENICE
+
+config SYS_BOARD
+ default "venice"
+
+config SYS_VENDOR
+ default "gateworks"
+
+config SYS_CONFIG_NAME
+ default "imx8mm_venice"
+
+endif