diff options
author | Markus Niebel | 2015-06-04 17:25:32 +0200 |
---|---|---|
committer | Stefano Babic | 2015-06-27 17:56:18 +0200 |
commit | 30ed1257dbd61efc5d3d0856d81b69aba380705b (patch) | |
tree | 6ce7921fc7edea393a45ecafd0c6aca80172c509 /board/tqc | |
parent | 51f6c4280f95a8066e965cfa3268de5ad737d385 (diff) |
arm: imx6: tqma6: implement IMX_CONFIG with Kconfig
Now that we have the Kconfig based CPU type selection,
use this to fill the IMX_CONFIG automatically
Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
Diffstat (limited to 'board/tqc')
-rw-r--r-- | board/tqc/tqma6/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/tqc/tqma6/Kconfig b/board/tqc/tqma6/Kconfig index 3e4d9f51707..ce47ba49c6a 100644 --- a/board/tqc/tqma6/Kconfig +++ b/board/tqc/tqma6/Kconfig @@ -33,4 +33,8 @@ config TQMA6S endchoice +config IMX_CONFIG + default "board/tqc/tqma6/tqma6q.cfg" if TQMA6Q + default "board/tqc/tqma6/tqma6s.cfg" if TQMA6S + endif |