summaryrefslogtreecommitdiff
path: root/arch/arm64/Kconfig.platforms
diff options
context:
space:
mode:
authorCaesar Wang <wxt@rock-chips.com>2015-09-25 10:14:57 +0800
committerHuang, Tao <huangtao@rock-chips.com>2016-05-03 17:48:47 +0800
commit629b58a49a808c885b3cd070eab6cfb7c70fa6af (patch)
treea73dd0a0303ebf9ee9ddfea9306984be1d835bd0 /arch/arm64/Kconfig.platforms
parente19fe663b19706c7d4e5307c3b55d71e3cd3c522 (diff)
UPSTREAM: arm64: Enable the timer on Rockchip architecture
On the RK3368 SoC, support the APB timers for rockchip platform. Change-Id: I2bee09c4140994d3d2e23f1820663230d82547de Signed-off-by: Caesar Wang <wxt@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de> (cherry picked from commit c840f28bbf643c361c463bcb8fb815d0b2dad4e8)
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r--arch/arm64/Kconfig.platforms1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 4043c35962cc..9d74f5c515ab 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -58,6 +58,7 @@ config ARCH_ROCKCHIP
select ARCH_REQUIRE_GPIOLIB
select PINCTRL
select PINCTRL_ROCKCHIP
+ select ROCKCHIP_TIMER
help
This enables support for the ARMv8 based Rockchip chipsets,
like the RK3368.