summaryrefslogtreecommitdiff
path: root/board/tqc/tqma6/Kconfig
diff options
context:
space:
mode:
authorMarkus Niebel <Markus.Niebel@tq-group.com>2017-02-28 16:37:33 +0100
committerStefano Babic <sbabic@denx.de>2017-03-17 09:27:08 +0100
commit468fb1e4dfa805a86ff46b3875d9f6a08b34dbf8 (patch)
tree6aa5ee9d15c821f77a9452dff1c7a0a123986214 /board/tqc/tqma6/Kconfig
parentd4b349e41ba3f7ade9cde6b9fd96a735c29bfcca (diff)
arm: imx6: tqma6: add support for TQMa6DL variant
This adds support for TQMa6DL using i.MX6DL and 1GiB DRAM Since The module will use the same devicetree, we patch the ram size in ft_board_setup. Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
Diffstat (limited to 'board/tqc/tqma6/Kconfig')
-rw-r--r--board/tqc/tqma6/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/tqc/tqma6/Kconfig b/board/tqc/tqma6/Kconfig
index 5dafa3822a9..6df41342865 100644
--- a/board/tqc/tqma6/Kconfig
+++ b/board/tqc/tqma6/Kconfig
@@ -22,6 +22,12 @@ config TQMA6Q
help
select TQMa6Q / TQMa6D with i.MX6Q/D and 1GiB DRAM
+config TQMA6DL
+ bool "TQMa6DL"
+ select MX6DL
+ help
+ select TQMa6DL with i.MX6DL and 1GiB DRAM
+
config TQMA6S
bool "TQMa6S"
select MX6S
@@ -70,6 +76,7 @@ endchoice
config IMX_CONFIG
default "board/tqc/tqma6/tqma6q.cfg" if TQMA6Q
+ default "board/tqc/tqma6/tqma6dl.cfg" if TQMA6DL
default "board/tqc/tqma6/tqma6s.cfg" if TQMA6S
endif