The SYSINFO_TQ_EEPROM driver requires NVMEM to access the SoM EEPROM.
Signed-off-by: Max Merchel <[email protected]>
---
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