diff options
author | Tom Rini <trini@konsulko.com> | 2018-02-17 16:06:59 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-17 16:06:59 -0500 |
commit | 02b0895c215e252cff50d9edf53a972d2bbbfd30 (patch) | |
tree | 5b466b914ccb2eb740bdc1740986c6c9c91ec892 /drivers | |
parent | bd650cd404b6dc870b6cc220025f35da4b31d0f4 (diff) | |
parent | 25f6dc8955bdf97bfb16ef19de7ce4abe76aaee4 (diff) |
Merge git://git.denx.de/u-boot-sh
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/i2c/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index 7dbec775df..9d43690503 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig @@ -178,7 +178,7 @@ endif config SYS_I2C_RCAR_IIC bool "Renesas RCar Gen3 IIC driver" - depends on RCAR_GEN3 && DM_I2C + depends on (RCAR_GEN3 || RCAR_GEN2) && DM_I2C help Support for Renesas RCar Gen3 IIC controller. |