diff options
Diffstat (limited to 'board/congatec')
-rw-r--r-- | board/congatec/cgtqmx6eval/Kconfig | 23 | ||||
-rw-r--r-- | board/congatec/cgtqmx6eval/MAINTAINERS | 6 |
2 files changed, 29 insertions, 0 deletions
diff --git a/board/congatec/cgtqmx6eval/Kconfig b/board/congatec/cgtqmx6eval/Kconfig new file mode 100644 index 0000000..155fa2c --- /dev/null +++ b/board/congatec/cgtqmx6eval/Kconfig @@ -0,0 +1,23 @@ +if TARGET_CGTQMX6EVAL + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "cgtqmx6eval" + +config SYS_VENDOR + string + default "congatec" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "cgtqmx6eval" + +endif diff --git a/board/congatec/cgtqmx6eval/MAINTAINERS b/board/congatec/cgtqmx6eval/MAINTAINERS new file mode 100644 index 0000000..53ad759 --- /dev/null +++ b/board/congatec/cgtqmx6eval/MAINTAINERS @@ -0,0 +1,6 @@ +CGTQMX6EVAL BOARD +M: Leo Sartre <lsartre@adeneo-embedded.com> +S: Orphan (since 2014-06) +F: board/congatec/cgtqmx6eval/ +F: include/configs/cgtqmx6eval.h +F: configs/cgtqmx6qeval_defconfig |