diff options
Diffstat (limited to 'board/stx/stxssa')
-rw-r--r-- | board/stx/stxssa/Kconfig | 15 | ||||
-rw-r--r-- | board/stx/stxssa/MAINTAINERS | 7 |
2 files changed, 22 insertions, 0 deletions
diff --git a/board/stx/stxssa/Kconfig b/board/stx/stxssa/Kconfig new file mode 100644 index 0000000000..06dd8bef8b --- /dev/null +++ b/board/stx/stxssa/Kconfig @@ -0,0 +1,15 @@ +if TARGET_STXSSA + +config SYS_BOARD + string + default "stxssa" + +config SYS_VENDOR + string + default "stx" + +config SYS_CONFIG_NAME + string + default "stxssa" + +endif diff --git a/board/stx/stxssa/MAINTAINERS b/board/stx/stxssa/MAINTAINERS new file mode 100644 index 0000000000..f56adf0cf5 --- /dev/null +++ b/board/stx/stxssa/MAINTAINERS @@ -0,0 +1,7 @@ +STXSSA BOARD +M: Dan Malek <dan@embeddedalley.com> +S: Orphan (since 2014-06) +F: board/stx/stxssa/ +F: include/configs/stxssa.h +F: configs/stxssa_defconfig +F: configs/stxssa_4M_defconfig |