]> git.baikalelectronics.ru Git - uboot.git/commit
Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is set
authorAdam Ford <aford173@gmail.com>
Sun, 13 Aug 2017 14:00:28 +0000 (09:00 -0500)
committerTom Rini <trini@konsulko.com>
Sat, 2 Sep 2017 19:50:30 +0000 (15:50 -0400)
commitdf89493d6ff55ea0a7b6d7172b34869e41cfe676
treee8de1a3ba6cfc5d26334a1620a52ca247e3b27b5
parent6b9328e609f66e72150fea43a3c472bbcba47c37
Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is set

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

Signed-off-by: Adam Ford <aford173@gmail.com>
[trini: Migrate uniphier]
Signed-off-by: Tom Rini <trini@konsulko.com>
configs/uniphier_ld4_sld8_defconfig
configs/uniphier_pro4_defconfig
configs/uniphier_pxs2_ld6b_defconfig
configs/uniphier_v8_defconfig
drivers/misc/Kconfig
env/Kconfig
include/configs/uniphier.h