diff options
| author | Max Merchel <[email protected]> | 2026-07-01 11:11:16 +0200 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-07-27 11:29:29 -0300 |
| commit | beae2cdf2fbde7fb4b0b64f5d92834378129aac4 (patch) | |
| tree | c961ffaa257b972c50068f2586c18352fef97976 | |
| parent | 3dcbac87a2cc784bcd27a925e246e8192788ce09 (diff) | |
sysinfo: tq_eeprom: select NVMEM
The SYSINFO_TQ_EEPROM driver requires NVMEM to access the SoM EEPROM.
Signed-off-by: Max Merchel <[email protected]>
| -rw-r--r-- | drivers/sysinfo/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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. |
