Defaults for SoM variant should depend on SoC variant.
Signed-off-by: Max Merchel <[email protected]>
---
board/tq/tqma6/Kconfig | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/board/tq/tqma6/Kconfig b/board/tq/tqma6/Kconfig
index 5bdaceae204..e62228d73d0 100644
--- a/board/tq/tqma6/Kconfig
+++ b/board/tq/tqma6/Kconfig
@@ -11,7 +11,9 @@ config SYS_CONFIG_NAME
choice
prompt "TQMa6 SoC variant"
- default TQMA6Q
+ default TQMA6DL if MX6DL
+ default TQMA6Q if MX6Q
+ default TQMA6S if MX6S
help
select the TQMa6 module variant. The variants only differ in the used
i.MX6 CPU type and DRAM
--
2.43.0