From: Caesar Wang Date: Fri, 25 Sep 2015 02:14:57 +0000 (+0800) Subject: UPSTREAM: arm64: Enable the timer on Rockchip architecture X-Git-Tag: firefly_0821_release~2700 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=629b58a49a808c885b3cd070eab6cfb7c70fa6af;p=firefly-linux-kernel-4.4.55.git 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) --- 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.