mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
i2c: rcar_iic: Allow IIC on RCar Gen2
The IIC on Gen2 is compatible with this driver as well, allow it. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
7b8eeb4060
commit
f51155eced
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue