aboutsummaryrefslogtreecommitdiff
path: root/board/esg
diff options
context:
space:
mode:
Diffstat (limited to 'board/esg')
-rw-r--r--board/esg/ima3-mx53/Kconfig23
-rw-r--r--board/esg/ima3-mx53/MAINTAINERS6
2 files changed, 29 insertions, 0 deletions
diff --git a/board/esg/ima3-mx53/Kconfig b/board/esg/ima3-mx53/Kconfig
new file mode 100644
index 0000000..fc27625
--- /dev/null
+++ b/board/esg/ima3-mx53/Kconfig
@@ -0,0 +1,23 @@
+if TARGET_IMA3_MX53
+
+config SYS_CPU
+ string
+ default "armv7"
+
+config SYS_BOARD
+ string
+ default "ima3-mx53"
+
+config SYS_VENDOR
+ string
+ default "esg"
+
+config SYS_SOC
+ string
+ default "mx5"
+
+config SYS_CONFIG_NAME
+ string
+ default "ima3-mx53"
+
+endif
diff --git a/board/esg/ima3-mx53/MAINTAINERS b/board/esg/ima3-mx53/MAINTAINERS
new file mode 100644
index 0000000..c434eb9
--- /dev/null
+++ b/board/esg/ima3-mx53/MAINTAINERS
@@ -0,0 +1,6 @@
+IMA3-MX53 BOARD
+M: -
+S: Maintained
+F: board/esg/ima3-mx53/
+F: include/configs/ima3-mx53.h
+F: configs/ima3-mx53_defconfig