]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
sysinfo: tq_eeprom: select NVMEM
authorMax Merchel <Max.Merchel@ew.tq-group.com>
Wed, 1 Jul 2026 09:11:16 +0000 (11:11 +0200)
committerFabio Estevam <festevam@gmail.com>
Mon, 27 Jul 2026 14:29:29 +0000 (11:29 -0300)
The SYSINFO_TQ_EEPROM driver requires NVMEM to access the SoM EEPROM.

Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com>
drivers/sysinfo/Kconfig

index 6922dac917007962837bb128ecd85a75f18bee46..adcf1aed8a880e3584f2361651d57b828b52ef52 100644 (file)
@@ -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.