diff options
author | Tom Rini | 2021-08-17 17:59:44 -0400 |
---|---|---|
committer | Tom Rini | 2021-08-30 14:10:06 -0400 |
commit | c18afbe0ab4638b421c9eb5c5a89ee451a2ca127 (patch) | |
tree | d5719c9cf612993c7678cb0749678a805ba1addf /env/Kconfig | |
parent | abe50c1c824f95065a63369056229e53c4860992 (diff) |
eeprom: Drop CONFIG_ENV_EEPROM_IS_ON_I2C usage
At this point in time, there's no systems with "U-Boot environment
exists on an EEPROM which is accessed over the I2C bus" that sets this
option. Drop it.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'env/Kconfig')
-rw-r--r-- | env/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/env/Kconfig b/env/Kconfig index c0dff1fd819..760e62521c9 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -44,10 +44,6 @@ config ENV_IS_IN_EEPROM still be one byte because the extra address bits are hidden in the chip address. - - CONFIG_ENV_EEPROM_IS_ON_I2C - define this, if you have I2C and SPI activated, and your - EEPROM, which holds the environment, is on the I2C bus. - - CONFIG_I2C_ENV_EEPROM_BUS if you have an Environment on an EEPROM reached over I2C muxes, you can define here, how to reach this |