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