[PATCH 2/5] board: tqma6: Kconfig: select default SoM variant based on SoC

Max Merchel Max.Merchel at ew.tq-group.com
Fri Jan 16 11:53:36 CET 2026


Defaults for SoM variant should depend on SoC variant.

Signed-off-by: Max Merchel <Max.Merchel at ew.tq-group.com>
---
 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



More information about the U-Boot mailing list