diff options
Diffstat (limited to 'board/stx')
-rw-r--r-- | board/stx/stxgp3/Kconfig | 15 | ||||
-rw-r--r-- | board/stx/stxgp3/MAINTAINERS | 6 | ||||
-rw-r--r-- | board/stx/stxssa/Kconfig | 15 | ||||
-rw-r--r-- | board/stx/stxssa/MAINTAINERS | 7 | ||||
-rw-r--r-- | board/stx/stxxtc/Kconfig | 15 | ||||
-rw-r--r-- | board/stx/stxxtc/MAINTAINERS | 6 |
6 files changed, 64 insertions, 0 deletions
diff --git a/board/stx/stxgp3/Kconfig b/board/stx/stxgp3/Kconfig new file mode 100644 index 0000000000..aac2940f78 --- /dev/null +++ b/board/stx/stxgp3/Kconfig @@ -0,0 +1,15 @@ +if TARGET_STXGP3 + +config SYS_BOARD + string + default "stxgp3" + +config SYS_VENDOR + string + default "stx" + +config SYS_CONFIG_NAME + string + default "stxgp3" + +endif diff --git a/board/stx/stxgp3/MAINTAINERS b/board/stx/stxgp3/MAINTAINERS new file mode 100644 index 0000000000..6f485d465d --- /dev/null +++ b/board/stx/stxgp3/MAINTAINERS @@ -0,0 +1,6 @@ +STXGP3 BOARD +M: Dan Malek <dan@embeddedalley.com> +S: Orphan (since 2014-06) +F: board/stx/stxgp3/ +F: include/configs/stxgp3.h +F: configs/stxgp3_defconfig 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 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 |