public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i2c: rcar: Prepare for the advent of ARCH_RCAR_GEN4
@ 2024-01-08 14:24 Geert Uytterhoeven
  2024-02-03 20:45 ` Wolfram Sang
  2024-03-06 15:43 ` Andi Shyti
  0 siblings, 2 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2024-01-08 14:24 UTC (permalink / raw)
  To: Andi Shyti, Wolfram Sang; +Cc: linux-i2c, linux-renesas-soc, Geert Uytterhoeven

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>
---
 drivers/i2c/busses/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 819fd76545d99d1f..71ff107e82a009fc 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -1242,7 +1242,7 @@ config I2C_RCAR
 	depends on ARCH_RENESAS || COMPILE_TEST
 	select I2C_SLAVE
 	select I2C_SMBUS
-	select RESET_CONTROLLER if ARCH_RCAR_GEN3
+	select RESET_CONTROLLER if ARCH_RCAR_GEN3 || ARCH_RCAR_GEN4
 	help
 	  If you say yes to this option, support will be included for the
 	  R-Car I2C controller.
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-03-06 15:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-08 14:24 [PATCH] i2c: rcar: Prepare for the advent of ARCH_RCAR_GEN4 Geert Uytterhoeven
2024-02-03 20:45 ` Wolfram Sang
2024-02-22 17:28   ` Wolfram Sang
2024-03-05  9:39     ` Geert Uytterhoeven
2024-03-06 15:43 ` Andi Shyti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox