summaryrefslogtreecommitdiff
path: root/board/tq
diff options
context:
space:
mode:
authorPaul Gerber <[email protected]>2026-01-16 11:53:35 +0100
committerFabio Estevam <[email protected]>2026-01-17 15:02:00 -0300
commit7baffe1911aedaef8b03a0f47198ad4034436f3e (patch)
treee8ec40504ec610d07939c794a39f0ef743e88dad /board/tq
parent5c4000a664b8b3181c656bc9ac6cabb746596897 (diff)
board: tqma6: improve config settings for TQMa6x/MBa6x
- imply DM_I2C / DM_SPI / DM_MMC / DM_GPIO: boot relevant - add BUTTON support - add gpio LED support - enable CMD_TEMPERATURE to get query temperature in console - remove Variants that are Kconfig default - USB ethernet port is not in use by default, remove ethprime Signed-off-by: Paul Gerber <[email protected]> Signed-off-by: Markus Niebel <[email protected]> Signed-off-by: Max Merchel <[email protected]>
Diffstat (limited to 'board/tq')
-rw-r--r--board/tq/tqma6/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/tq/tqma6/Kconfig b/board/tq/tqma6/Kconfig
index 599b3a72f70..5bdaceae204 100644
--- a/board/tq/tqma6/Kconfig
+++ b/board/tq/tqma6/Kconfig
@@ -79,6 +79,10 @@ config MBA6
select PHY_MICREL_KSZ90X1
select MXC_UART
imply OF_UPSTREAM
+ imply DM_I2C
+ imply DM_MMC
+ imply DM_SPI
+ imply DM_GPIO
help
Select the MBa6 starterkit. This features a GigE Phy, USB, SD-Card
etc.