arm64: enable CMT/TMU support for Renesas SoC
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Fri, 31 Aug 2018 19:54:42 +0000 (22:54 +0300)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 6 Sep 2018 09:28:13 +0000 (11:28 +0200)
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 <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/Kconfig.platforms

index b3c4c66..8d149e1 100644 (file)
@@ -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.