diff options
Diffstat (limited to 'board')
-rw-r--r-- | board/tqc/tqma6/Kconfig | 23 | ||||
-rw-r--r-- | board/tqc/tqma6/MAINTAINERS | 6 |
2 files changed, 29 insertions, 0 deletions
diff --git a/board/tqc/tqma6/Kconfig b/board/tqc/tqma6/Kconfig new file mode 100644 index 0000000..44b4142 --- /dev/null +++ b/board/tqc/tqma6/Kconfig @@ -0,0 +1,23 @@ +if TARGET_TQMA6 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "tqma6" + +config SYS_VENDOR + string + default "tqc" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "tqma6" + +endif diff --git a/board/tqc/tqma6/MAINTAINERS b/board/tqc/tqma6/MAINTAINERS new file mode 100644 index 0000000..91cd244 --- /dev/null +++ b/board/tqc/tqma6/MAINTAINERS @@ -0,0 +1,6 @@ +TQ SYSTEMS TQMA6 BOARD +M: Markus Niebel <Markus.Niebel@tq-group.com> +S: Maintained +F: board/tqc/tqma6/ +F: include/configs/tqma6.h +F: configs/tqma6*_defconfig |