diff options
Diffstat (limited to 'board/abilis/tb100')
-rw-r--r-- | board/abilis/tb100/Kconfig | 19 | ||||
-rw-r--r-- | board/abilis/tb100/MAINTAINERS | 6 |
2 files changed, 25 insertions, 0 deletions
diff --git a/board/abilis/tb100/Kconfig b/board/abilis/tb100/Kconfig new file mode 100644 index 0000000..eccf928 --- /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 diff --git a/board/abilis/tb100/MAINTAINERS b/board/abilis/tb100/MAINTAINERS new file mode 100644 index 0000000..f08c3fe --- /dev/null +++ b/board/abilis/tb100/MAINTAINERS @@ -0,0 +1,6 @@ +TB100 BOARD +M: Alexey Brodkin <abrodkin@synopsys.com> +S: Maintained +F: board/abilis/tb100/ +F: include/configs/tb100.h +F: configs/tb100_defconfig |