u-boot-brain/board/tqc/tqma6/Kconfig
Masahiro Yamada a1263632bb mx6: tqma6: get board support back to Kconfig build system
The QS Systems TQMa6 board support was added by commit cb07d74e
and lost by commit e82abaeb.

Commit e82abaeb merged the IMX branch based on pre-Kconfig
and the mainline based on post-Kconfig, simply deleting
the boards.cfg file.  As a result, some boards added just before
the merge were lost.

This commit adds Kconfig, defconfig, MAINTAINERS for TQMa6 board
to work on the Kconfig infrastructure.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Markus Niebel <Markus.Niebel@tq-group.com>
Cc: Stefano Babic <sbabic@denx.de>
2014-08-31 12:01:04 -04:00

24 lines
237 B
Plaintext

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