diff options
Diffstat (limited to 'board/sixnet')
-rw-r--r-- | board/sixnet/Kconfig | 11 | ||||
-rw-r--r-- | board/sixnet/MAINTAINERS | 6 |
2 files changed, 17 insertions, 0 deletions
diff --git a/board/sixnet/Kconfig b/board/sixnet/Kconfig new file mode 100644 index 0000000..2c1b995 --- /dev/null +++ b/board/sixnet/Kconfig @@ -0,0 +1,11 @@ +if TARGET_SXNI855T + +config SYS_BOARD + string + default "sixnet" + +config SYS_CONFIG_NAME + string + default "SXNI855T" + +endif diff --git a/board/sixnet/MAINTAINERS b/board/sixnet/MAINTAINERS new file mode 100644 index 0000000..eedb409 --- /dev/null +++ b/board/sixnet/MAINTAINERS @@ -0,0 +1,6 @@ +SIXNET BOARD +M: Dave Ellis <DGE@sixnetio.com> +S: Orphan (since 2014-06) +F: board/sixnet/ +F: include/configs/SXNI855T.h +F: configs/SXNI855T_defconfig |