From: Sergei Shtylyov Date: Fri, 31 Aug 2018 19:54:42 +0000 (+0300) Subject: arm64: enable CMT/TMU support for Renesas SoC X-Git-Tag: v5.15~7690^2~4^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1801ad028456267dde2111e470ac43f7882debf;p=platform%2Fkernel%2Flinux-starfive.git arm64: enable CMT/TMU support for Renesas SoC Renesas R-Car gen3 SoCs have both CMT and TMU timers, so we have to enable building them in Kconfig.platforms (as they don't normally have the prompts in Kconfig). Signed-off-by: Sergei Shtylyov Signed-off-by: Simon Horman --- diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index b3c4c66..8d149e1 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -159,6 +159,8 @@ config ARCH_RENESAS select PM_GENERIC_DOMAINS select RENESAS_IRQC select SOC_BUS + select SYS_SUPPORTS_SH_CMT + select SYS_SUPPORTS_SH_TMU help This enables support for the ARMv8 based Renesas SoCs.