summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorJean-Jacques Hiblot <jjhiblot@ti.com>2018-12-07 14:50:37 +0100
committerHeiko Schocher <hs@denx.de>2018-12-10 06:03:14 +0100
commit65a97e7fcf54feb7c4ebe1aee8a572830af4cf51 (patch)
tree94cb83e74144dc0d119ea3443d323e3272e1c3d9 /cmd
parentcde578ff36b15ec9c2033f03b94ecf809af7cc64 (diff)
downloadu-boot-65a97e7fcf54feb7c4ebe1aee8a572830af4cf51.tar.gz
u-boot-65a97e7fcf54feb7c4ebe1aee8a572830af4cf51.tar.xz
u-boot-65a97e7fcf54feb7c4ebe1aee8a572830af4cf51.zip
cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_COMPAT
The implementation of the EEPROM commands does not support the DM I2C API. Prevent compilation breakage by not enabling it if the non-DM API is not available (if DM_I2C is used without DM_I2C_COMPAT) Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index b1cd1c9690..ea1a325eb3 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -445,6 +445,7 @@ 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