summaryrefslogtreecommitdiff
path: root/env/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-03 00:42:29 +0300
committerTom Rini <trini@konsulko.com>2022-12-22 18:31:48 +0300
commit495fc3e836df25e24a1b228b78f3e45166fd2f96 (patch)
treecaaa2dc35552db90503bc9ff3e0f2b51a04c80af /env/Kconfig
parentb5f7d8816225f869e3fd63d78d017308af0ac224 (diff)
downloadu-boot-495fc3e836df25e24a1b228b78f3e45166fd2f96.tar.xz
env: eeprom: Remove CONFIG_I2C_ENV_EEPROM_BUS support
This functionality is currently unused, and has not been migrated to using DM_I2C, even. Drop this. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'env/Kconfig')
-rw-r--r--env/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/env/Kconfig b/env/Kconfig
index c13a5b0d46..c28d9e89f6 100644
--- a/env/Kconfig
+++ b/env/Kconfig
@@ -78,13 +78,6 @@ config ENV_IS_IN_EEPROM
still be one byte because the extra address bits are hidden
in the chip address.
- - 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
- EEPROM. For example:
-
- #define CONFIG_I2C_ENV_EEPROM_BUS 1
-
EEPROM which holds the environment, is reached over
a pca9547 i2c mux with address 0x70, channel 3.