summaryrefslogtreecommitdiffstats
path: root/board/kmc/kzm9g/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/kmc/kzm9g/Kconfig')
-rw-r--r--board/kmc/kzm9g/Kconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/board/kmc/kzm9g/Kconfig b/board/kmc/kzm9g/Kconfig
new file mode 100644
index 0000000000..2d401736f2
--- /dev/null
+++ b/board/kmc/kzm9g/Kconfig
@@ -0,0 +1,23 @@
+if TARGET_KZM9G
+
+config SYS_CPU
+ string
+ default "armv7"
+
+config SYS_BOARD
+ string
+ default "kzm9g"
+
+config SYS_VENDOR
+ string
+ default "kmc"
+
+config SYS_SOC
+ string
+ default "rmobile"
+
+config SYS_CONFIG_NAME
+ string
+ default "kzm9g"
+
+endif
OpenPOWER on IntegriCloud