summaryrefslogtreecommitdiffstats
path: root/board/esg/ima3-mx53/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/esg/ima3-mx53/Kconfig')
-rw-r--r--board/esg/ima3-mx53/Kconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/board/esg/ima3-mx53/Kconfig b/board/esg/ima3-mx53/Kconfig
new file mode 100644
index 0000000000..fc27625d52
--- /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
OpenPOWER on IntegriCloud