From 629b58a49a808c885b3cd070eab6cfb7c70fa6af Mon Sep 17 00:00:00 2001 From: Caesar Wang Date: Fri, 25 Sep 2015 10:14:57 +0800 Subject: [PATCH] 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 Signed-off-by: Heiko Stuebner (cherry picked from commit c840f28bbf643c361c463bcb8fb815d0b2dad4e8) --- arch/arm64/Kconfig.platforms | 1 + 1 file changed, 1 insertion(+) 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. -- 2.34.1