diff options
Diffstat (limited to 'board/stx/stxxtc')
-rw-r--r-- | board/stx/stxxtc/Kconfig | 15 | ||||
-rw-r--r-- | board/stx/stxxtc/MAINTAINERS | 6 |
2 files changed, 21 insertions, 0 deletions
diff --git a/board/stx/stxxtc/Kconfig b/board/stx/stxxtc/Kconfig new file mode 100644 index 0000000000..c444cff759 --- /dev/null +++ b/board/stx/stxxtc/Kconfig @@ -0,0 +1,15 @@ +if TARGET_STXXTC + +config SYS_BOARD + string + default "stxxtc" + +config SYS_VENDOR + string + default "stx" + +config SYS_CONFIG_NAME + string + default "stxxtc" + +endif diff --git a/board/stx/stxxtc/MAINTAINERS b/board/stx/stxxtc/MAINTAINERS new file mode 100644 index 0000000000..5ea36b225d --- /dev/null +++ b/board/stx/stxxtc/MAINTAINERS @@ -0,0 +1,6 @@ +STXXTC BOARD +M: Dan Malek <dan@embeddedalley.com> +S: Orphan (since 2014-06) +F: board/stx/stxxtc/ +F: include/configs/stxxtc.h +F: configs/stxxtc_defconfig |