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

Simon Glass sjg at chromium.org
Sat Aug 26 13:37:48 UTC 2017


Hi Adam,

On 13 August 2017 at 08:00, Adam Ford <aford173 at gmail.com> 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
>         SYS_I2C_EEPROM_ADDR_LEN
>         SYS_I2C_EEPROM_ADDR_OVERFLOW
>
> This does not migrate any boards, but provides a foundations for
> those who want/need these options

Perhaps Tom will migrate them when applying?

Most of these settings should go in device tree, not CONFIG.

Regards,
Simon


More information about the U-Boot mailing list