diff options
Diffstat (limited to 'board/abilis/tb100/Kconfig')
-rw-r--r-- | board/abilis/tb100/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/board/abilis/tb100/Kconfig b/board/abilis/tb100/Kconfig new file mode 100644 index 00000000000..eccf92817c5 --- /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 |