aboutsummaryrefslogtreecommitdiff
path: root/board/phytec/phycore_imx93/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/phytec/phycore_imx93/Kconfig')
-rw-r--r--board/phytec/phycore_imx93/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/board/phytec/phycore_imx93/Kconfig b/board/phytec/phycore_imx93/Kconfig
new file mode 100644
index 00000000000..a70104cb798
--- /dev/null
+++ b/board/phytec/phycore_imx93/Kconfig
@@ -0,0 +1,13 @@
+
+if TARGET_PHYCORE_IMX93
+
+config SYS_BOARD
+ default "phycore_imx93"
+
+config SYS_VENDOR
+ default "phytec"
+
+config SYS_CONFIG_NAME
+ default "phycore_imx93"
+
+endif