summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>2019-03-26 13:38:53 +0100
committerMarek Vasut <marex@denx.de>2019-04-25 00:00:49 +0200
commitbbecfd4cf2a8f7baeef6037303b8b4380a71aa12 (patch)
tree4b13cf6f29b181690b7b255d0db6a8283408e3e2 /cmd
parent4f25617758b2e768e6579202269180c5b7a817eb (diff)
Revert "cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_COMPAT"
This reverts commit 65a97e7fcf54feb7c4ebe1aee8a572830af4cf51. The 'eeprom' command has been converted to work with DM_I2C in a patch submitted around the same time as this commit: commit 0c07a9b4078d ("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>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 5d1999ee0b..31ca7a2d02 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -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