]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
i2c: rcar: Prepare for the advent of ARCH_RCAR_GEN4
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 8 Jan 2024 14:24:20 +0000 (15:24 +0100)
committerAndi Shyti <andi.shyti@kernel.org>
Wed, 6 Mar 2024 15:32:38 +0000 (16:32 +0100)
commit5d85665181beb6d75a0e9e0652f41bd0acb877df
tree89825e4df93691dea392e8724505d246bd1991e7
parent188542964e7823713e80416829a054fb867c7158
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>
drivers/i2c/busses/Kconfig