summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-09-01 00:47:55 +0900
committerTom Rini <trini@ti.com>2014-08-31 12:01:04 -0400
commita1263632bb05f0a21620bad0661235fcbbe79dca (patch)
treec8701925b9b6ecaf46d98bfbf3917a33522989ae /arch/arm/Kconfig
parent0a64bc20f7f160904d3795536ec70446ad743826 (diff)
downloadblackbird-obmc-uboot-a1263632bb05f0a21620bad0661235fcbbe79dca.tar.gz
blackbird-obmc-uboot-a1263632bb05f0a21620bad0661235fcbbe79dca.zip
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>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 3094ed6708..22f0f09af6 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -409,6 +409,9 @@ config TARGET_GW_VENTANA
config TARGET_HUMMINGBOARD
bool "Support hummingboard"
+config TARGET_TQMA6
+ bool "TQ Systems TQMa6 board"
+
config OMAP34XX
bool "OMAP34XX SoC"
@@ -663,6 +666,7 @@ source "board/ti/ti816x/Kconfig"
source "board/ti/tnetv107xevm/Kconfig"
source "board/timll/devkit3250/Kconfig"
source "board/toradex/colibri_pxa270/Kconfig"
+source "board/tqc/tqma6/Kconfig"
source "board/trizepsiv/Kconfig"
source "board/ttcontrol/vision2/Kconfig"
source "board/udoo/Kconfig"
OpenPOWER on IntegriCloud