summaryrefslogtreecommitdiff
path: root/board/esd/mecp5200
diff options
context:
space:
mode:
Diffstat (limited to 'board/esd/mecp5200')
-rw-r--r--board/esd/mecp5200/Kconfig15
-rw-r--r--board/esd/mecp5200/MAINTAINERS6
2 files changed, 21 insertions, 0 deletions
diff --git a/board/esd/mecp5200/Kconfig b/board/esd/mecp5200/Kconfig
new file mode 100644
index 0000000..dfcaefd
--- /dev/null
+++ b/board/esd/mecp5200/Kconfig
@@ -0,0 +1,15 @@
+if TARGET_MECP5200
+
+config SYS_BOARD
+ string
+ default "mecp5200"
+
+config SYS_VENDOR
+ string
+ default "esd"
+
+config SYS_CONFIG_NAME
+ string
+ default "mecp5200"
+
+endif
diff --git a/board/esd/mecp5200/MAINTAINERS b/board/esd/mecp5200/MAINTAINERS
new file mode 100644
index 0000000..05b7824
--- /dev/null
+++ b/board/esd/mecp5200/MAINTAINERS
@@ -0,0 +1,6 @@
+MECP5200 BOARD
+M: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
+S: Maintained
+F: board/esd/mecp5200/
+F: include/configs/mecp5200.h
+F: configs/mecp5200_defconfig