diff options
author | Caesar Wang <wxt@rock-chips.com> | 2015-09-25 10:14:57 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-01-24 23:33:14 +0100 |
commit | c840f28bbf643c361c463bcb8fb815d0b2dad4e8 (patch) | |
tree | 1ff60cce06c9343282f766d5ced367c7dd64a7da /arch/arm64/Kconfig.platforms | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d (diff) | |
download | blackbird-op-linux-c840f28bbf643c361c463bcb8fb815d0b2dad4e8.tar.gz blackbird-op-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>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 1 |
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. |