summaryrefslogtreecommitdiffstats
path: root/board/abilis
diff options
context:
space:
mode:
Diffstat (limited to 'board/abilis')
-rw-r--r--board/abilis/tb100/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/board/abilis/tb100/Kconfig b/board/abilis/tb100/Kconfig
new file mode 100644
index 0000000000..eccf92817c
--- /dev/null
+++ b/board/abilis/tb100/Kconfig
@@ -0,0 +1,19 @@
+if TARGET_TB100
+
+config SYS_CPU
+ string
+ default "arc700"
+
+config SYS_BOARD
+ string
+ default "tb100"
+
+config SYS_VENDOR
+ string
+ default "abilis"
+
+config SYS_CONFIG_NAME
+ string
+ default "tb100"
+
+endif
OpenPOWER on IntegriCloud