commit | c5f053d6977b30e279f1113dc7f918b4379122b0 | [log] [tgz] |
---|---|---|
author | Ivan Orlov <ivan.orlov@codethink.co.uk> | Fri Feb 23 17:14:20 2024 +0000 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 04 10:25:47 2024 -0500 |
tree | 14027ef16ab53ffca4460063348d5576f7508f1f | |
parent | d20c90ede5015e487bbb0928e36b2deb5970e51d [diff] |
cmd: eeprom: Fix config dependency We should have CONFIG_DM_I2C or CONFIG_SYS_I2C_LEGACY enabled in order for `cmd/eeprom.c` to compile as it depends on the i2c functions which are not compiled otherwise. Update the Kconfig entry for the 'eeprom' command correspondingly. Signed-off-by: Ivan Orlov <ivan.orlov@codethink.co.uk> Reviewed-by: Tom Rini <trini@konsulko.com>