projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0be9a32
)
soc: renesas: Enable TMU support on R-Car Gen2
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Tue, 19 Mar 2024 16:29:55 +0000
(17:29 +0100)
committer
Geert Uytterhoeven
<geert+renesas@glider.be>
Tue, 26 Mar 2024 08:25:06 +0000
(09:25 +0100)
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>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link:
https://lore.kernel.org/r/b7b9fdd6f517a8b29bf5754e7f083d3b71805130.1710865761.git.geert+renesas@glider.be
drivers/soc/renesas/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/soc/renesas/Kconfig
b/drivers/soc/renesas/Kconfig
index 91464ea48baf3b01ac76fffc32eded0ba4e00c61..5d94c3f3149448b0cf60de82e81827151344371c 100644
(file)
--- 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