Re: [U-Boot] [PATCH] Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is set

2017-08-26 Thread Simon Glass
Hi Adam, On 13 August 2017 at 08:00, Adam Ford wrote: > Add the following options to drivers/misc/Kconfig: > SYS_I2C_EEPROM_ADDR > SYS_I2C_EEPROM_BUS > SYS_EEPROM_SIZE > SYS_EEPROM_PAGE_WRITE_BITS > SYS_EEPROM_PAGE_WRITE_DELAY_MS >

[U-Boot] [PATCH] Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is set

2017-08-13 Thread Adam Ford
Add the following options to drivers/misc/Kconfig: SYS_I2C_EEPROM_ADDR SYS_I2C_EEPROM_BUS SYS_EEPROM_SIZE SYS_EEPROM_PAGE_WRITE_BITS SYS_EEPROM_PAGE_WRITE_DELAY_MS SYS_I2C_EEPROM_ADDR_LEN SYS_I2C_EEPROM_ADDR_OVERFLOW This does not migrate