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