diff options
author | Adam Ford <aford173@gmail.com> | 2017-08-13 09:00:28 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-02 15:50:30 -0400 |
commit | e3f24d4f2c4ce48f666ef6098e166521dde6f688 (patch) | |
tree | e8de1a3ba6cfc5d26334a1620a52ca247e3b27b5 /configs/uniphier_v8_defconfig | |
parent | db35573a71aa4033cfba44b098892d129fa66333 (diff) | |
download | u-boot-e3f24d4f2c4ce48f666ef6098e166521dde6f688.tar.gz u-boot-e3f24d4f2c4ce48f666ef6098e166521dde6f688.tar.xz u-boot-e3f24d4f2c4ce48f666ef6098e166521dde6f688.zip |
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>
Diffstat (limited to 'configs/uniphier_v8_defconfig')
-rw-r--r-- | configs/uniphier_v8_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/uniphier_v8_defconfig b/configs/uniphier_v8_defconfig index f4e1835745..f4f2ca0629 100644 --- a/configs/uniphier_v8_defconfig +++ b/configs/uniphier_v8_defconfig @@ -28,6 +28,7 @@ CONFIG_NET_RANDOM_ETHADDR=y CONFIG_GPIO_UNIPHIER=y CONFIG_MISC=y CONFIG_I2C_EEPROM=y +CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS=10 CONFIG_MMC_UNIPHIER=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_CADENCE=y |