Linux Renesas SOC kernel development
 help / color / mirror / Atom feed
* [PATCH] soc: renesas: Enable TMU support on R-Car Gen2
@ 2024-03-19 16:29 Geert Uytterhoeven
  2024-03-19 23:04 ` Niklas Söderlund
  2024-03-20  7:10 ` Wolfram Sang
  0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2024-03-19 16:29 UTC (permalink / raw)
  To: Magnus Damm, Niklas Söderlund
  Cc: linux-renesas-soc, linux-arm-kernel, Geert Uytterhoeven

All Renesas R-Car Gen2 SoCs have Timer Units (TMU).  Enable support for
them by selecting the SYS_SUPPORTS_SH_TMU gatekeeper config symbol.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/soc/renesas/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig
index 90df78027995d9b1..3125ab575b60b8d1 100644
--- a/drivers/soc/renesas/Kconfig
+++ b/drivers/soc/renesas/Kconfig
@@ -28,6 +28,7 @@ config ARCH_RCAR_GEN2
 	select RENESAS_IRQC
 	select RST_RCAR
 	select SYS_SUPPORTS_SH_CMT
+	select SYS_SUPPORTS_SH_TMU
 
 config ARCH_RCAR_GEN3
 	bool
-- 
2.34.1


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

end of thread, other threads:[~2024-03-20  7:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-19 16:29 [PATCH] soc: renesas: Enable TMU support on R-Car Gen2 Geert Uytterhoeven
2024-03-19 23:04 ` Niklas Söderlund
2024-03-20  7:10 ` Wolfram Sang

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