summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig.platforms
diff options
context:
space:
mode:
authorSergei Shtylyov2018-08-31 21:54:42 +0200
committerSimon Horman2018-09-06 11:28:13 +0200
commitc1801ad028456267dde2111e470ac43f7882debf (patch)
tree97e875507e04d5f18d05907eab4d074513fd1c5d /arch/arm64/Kconfig.platforms
parentarm64: renesas: Remove the ARCH_SHMOBILE Kconfig symbol (diff)
downloadkernel-qcow2-linux-c1801ad028456267dde2111e470ac43f7882debf.tar.gz
kernel-qcow2-linux-c1801ad028456267dde2111e470ac43f7882debf.tar.xz
kernel-qcow2-linux-c1801ad028456267dde2111e470ac43f7882debf.zip
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 <sergei.shtylyov@cogentembedded.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r--arch/arm64/Kconfig.platforms2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index b3c4c66f8519..8d149e12c82d 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.