Skip to content

Commit 5d85665

Browse files
geertuAndi Shyti
authored andcommitted
i2c: rcar: Prepare for the advent of ARCH_RCAR_GEN4
Currently, all Kconfig symbols for R-Car Gen4 SoCs select ARCH_RCAR_GEN3, which might confuse the casual reader. Prepare for the advent of ARCH_RCAR_GEN4 by extending the dependency for auto-selecting reset controller support. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
1 parent 1885429 commit 5d85665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/i2c/busses/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ config I2C_RCAR
12351235
depends on ARCH_RENESAS || COMPILE_TEST
12361236
select I2C_SLAVE
12371237
select I2C_SMBUS
1238-
select RESET_CONTROLLER if ARCH_RCAR_GEN3
1238+
select RESET_CONTROLLER if ARCH_RCAR_GEN3 || ARCH_RCAR_GEN4
12391239
help
12401240
If you say yes to this option, support will be included for the
12411241
R-Car I2C controller.

0 commit comments

Comments
 (0)