From: Max Merchel Date: Wed, 1 Jul 2026 09:11:16 +0000 (+0200) Subject: sysinfo: tq_eeprom: select NVMEM X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beae2cdf2fbde7fb4b0b64f5d92834378129aac4;p=thirdparty%2Fu-boot.git sysinfo: tq_eeprom: select NVMEM The SYSINFO_TQ_EEPROM driver requires NVMEM to access the SoM EEPROM. Signed-off-by: Max Merchel --- 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.