aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorCaesar Wang <wxt@rock-chips.com>2015-09-25 10:14:57 +0800
committerHeiko Stuebner <heiko@sntech.de>2016-01-24 23:33:14 +0100
commitc840f28bbf643c361c463bcb8fb815d0b2dad4e8 (patch)
tree1ff60cce06c9343282f766d5ced367c7dd64a7da
parentLinux 4.5-rc1 (diff)
downloadwireguard-linux-c840f28bbf643c361c463bcb8fb815d0b2dad4e8.tar.xz
wireguard-linux-c840f28bbf643c361c463bcb8fb815d0b2dad4e8.zip
arm64: Enable the timer on Rockchip architecture
On the RK3368 SoC, support the APB timers for rockchip platform. Signed-off-by: Caesar Wang <wxt@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-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 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.