From: Geert Uytterhoeven Date: Tue, 19 Mar 2024 16:29:55 +0000 (+0100) Subject: soc: renesas: Enable TMU support on R-Car Gen2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3d2db954d2d922a8193654f2aa09c1bdee47818a;p=linux.git soc: renesas: Enable TMU support on R-Car Gen2 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 Reviewed-by: Niklas Söderlund Reviewed-by: Wolfram Sang Link: https://lore.kernel.org/r/b7b9fdd6f517a8b29bf5754e7f083d3b71805130.1710865761.git.geert+renesas@glider.be --- diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig index 91464ea48baf3..5d94c3f314944 100644 --- a/drivers/soc/renesas/Kconfig +++ b/drivers/soc/renesas/Kconfig @@ -24,6 +24,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