[U-Boot] [PATCH v1 01/19] cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_COMPAT
Michal Simek
michal.simek at xilinx.com
Thu Oct 4 13:50:45 UTC 2018
hm this is a little bit short commit message.
M
On 4.10.2018 15:47, Jean-Jacques Hiblot wrote:
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot at ti.com>
> ---
>
> cmd/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/cmd/Kconfig b/cmd/Kconfig
> index 7ed3c9c..b4e1cbf 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
>
More information about the U-Boot
mailing list