From: Caesar Wang Date: Fri, 25 Sep 2015 02:14:57 +0000 (+0800) Subject: arm64: Enable the timer on Rockchip architecture X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c840f28bbf643c361c463bcb8fb815d0b2dad4e8;p=linux-beck.git arm64: Enable the timer on Rockchip architecture On the RK3368 SoC, support the APB timers for rockchip platform. Signed-off-by: Caesar Wang Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 21074f674bde..8a0952275291 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -60,6 +60,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.