mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-24 04:34:22 +08:00
Revert "cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_COMPAT"
This reverts commit65a97e7fcf
. The 'eeprom' command has been converted to work with DM_I2C in a patch submitted around the same time as this commit: commit0c07a9b407
("eeprom: Add device model based I2C support to eeprom command") Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
4f25617758
commit
bbecfd4cf2
@ -455,7 +455,6 @@ config CRC32_VERIFY
|
||||
|
||||
config CMD_EEPROM
|
||||
bool "eeprom - EEPROM subsystem"
|
||||
depends on !DM_I2C || DM_I2C_COMPAT
|
||||
help
|
||||
(deprecated, needs conversion to driver model)
|
||||
Provides commands to read and write EEPROM (Electrically Erasable
|
||||
|
Loading…
Reference in New Issue
Block a user