[PATCH 1/4] sysinfo: tq_eeprom: select NVMEM

Max Merchel Max.Merchel at ew.tq-group.com
Wed Jul 1 11:11:16 CEST 2026


The SYSINFO_TQ_EEPROM driver requires NVMEM to access the SoM EEPROM.

Signed-off-by: Max Merchel <Max.Merchel at ew.tq-group.com>
---
 drivers/sysinfo/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/sysinfo/Kconfig b/drivers/sysinfo/Kconfig
index 6922dac9170..adcf1aed8a8 100644
--- a/drivers/sysinfo/Kconfig
+++ b/drivers/sysinfo/Kconfig
@@ -63,6 +63,7 @@ config SYSINFO_TQ_EEPROM
 	bool "Enable TQ-Systems EEPROM sysinfo driver"
 	depends on I2C_EEPROM
 	depends on SPL_I2C_EEPROM || !SPL_SYSINFO
+	select NVMEM
 	help
 	  Support querying EEPROM of TQ-Systems SOMs to determine board
 	  information.
-- 
2.43.0



More information about the U-Boot mailing list