From e3f24d4f2c4ce48f666ef6098e166521dde6f688 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Sun, 13 Aug 2017 09:00:28 -0500 Subject: 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 [trini: Migrate uniphier] Signed-off-by: Tom Rini --- include/configs/uniphier.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index 884e59c35e4..bfce4e5b1b8 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -13,8 +13,6 @@ #define CONFIG_ARMV7_PSCI_1_0 -#define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10 - /*----------------------------------------------------------------------- * MMU and Cache Setting *----------------------------------------------------------------------*/ -- cgit v1.3.1