From: Max Merchel Date: Fri, 16 Jan 2026 10:53:36 +0000 (+0100) Subject: board: tqma6: Kconfig: select default SoM variant based on SoC X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=274dec29d0b524671418eeb63e71ee34d94da0d0;p=thirdparty%2Fu-boot.git board: tqma6: Kconfig: select default SoM variant based on SoC Defaults for SoM variant should depend on SoC variant. Signed-off-by: Max Merchel --- 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