diff options
Diffstat (limited to 'board/sbc8641d')
-rw-r--r-- | board/sbc8641d/Kconfig | 11 | ||||
-rw-r--r-- | board/sbc8641d/MAINTAINERS | 6 |
2 files changed, 17 insertions, 0 deletions
diff --git a/board/sbc8641d/Kconfig b/board/sbc8641d/Kconfig new file mode 100644 index 0000000000..7f77bca186 --- /dev/null +++ b/board/sbc8641d/Kconfig @@ -0,0 +1,11 @@ +if TARGET_SBC8641D + +config SYS_BOARD + string + default "sbc8641d" + +config SYS_CONFIG_NAME + string + default "sbc8641d" + +endif diff --git a/board/sbc8641d/MAINTAINERS b/board/sbc8641d/MAINTAINERS new file mode 100644 index 0000000000..a50b541ffe --- /dev/null +++ b/board/sbc8641d/MAINTAINERS @@ -0,0 +1,6 @@ +SBC8641D BOARD +M: Paul Gortmaker <paul.gortmaker@windriver.com> +S: Maintained +F: board/sbc8641d/ +F: include/configs/sbc8641d.h +F: configs/sbc8641d_defconfig |