diff options
| author | Max Merchel <[email protected]> | 2026-03-23 14:47:35 +0100 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-04-02 09:05:46 -0300 |
| commit | 46de8729952a4cc702ecb730923c470dd21edc07 (patch) | |
| tree | 5c576e11cdb6927832adbf3bd190fb565d83c81a /board | |
| parent | 8ff44f6f6152ac8ba6c71cd00868fdf349fe39d8 (diff) | |
configs: tqma6: change to include tqma6.h in baseboard headers
The SoM (TQMa6) can be used on various baseboards. No modifications to
the SoM files should be required to use the SoM on different baseboards.
Therefore, include the SoM headers in the baseboard.
Signed-off-by: Max Merchel <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/tq/tqma6/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/tq/tqma6/Kconfig b/board/tq/tqma6/Kconfig index e62228d73d0..9cb0c909aa9 100644 --- a/board/tq/tqma6/Kconfig +++ b/board/tq/tqma6/Kconfig @@ -7,7 +7,8 @@ config SYS_VENDOR default "tq" config SYS_CONFIG_NAME - default "tqma6" + default "tqma6_mba6" if MBA6 + default "tqma6_wru4" if WRU4 choice prompt "TQMa6 SoC variant" |
