NVMEM subsystem is now a mandatory dependecy for EEPROM_AT24. Fixes: 815e7140de ("eeprom: at24: Convert the driver to NVMEM") Signed-off-by: Andrey Smirnov <andrew.smirnov@xxxxxxxxx> --- drivers/eeprom/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/eeprom/Kconfig b/drivers/eeprom/Kconfig index 0e36c824ec..6a71c12f4e 100644 --- a/drivers/eeprom/Kconfig +++ b/drivers/eeprom/Kconfig @@ -9,6 +9,7 @@ config EEPROM_AT25 on your target board. config EEPROM_AT24 + select NVMEM bool "at24 based eeprom" depends on I2C help -- 2.21.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox