diff options
author | Heiko Stuebner <heiko@sntech.de> | 2014-06-28 20:13:42 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2014-07-26 13:07:19 +0200 |
commit | 7a1917abdd428a6c9f6bf261306d069320e502b5 (patch) | |
tree | b1d0886fb2e18c0aac23f47535f84480efb07d73 /arch/arm/mach-rockchip/Kconfig | |
parent | 7b5da4c3b9c6ef8d7cd7635b839adfb836edb08a (diff) | |
download | op-kernel-dev-7a1917abdd428a6c9f6bf261306d069320e502b5.zip op-kernel-dev-7a1917abdd428a6c9f6bf261306d069320e502b5.tar.gz |
ARM: rockchip: enable support for RK3288 SoCs
Enable HAVE_ARM_ARCH_TIMER and add a rockchip,rk3288 compatible.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Will Deacon <will.deacon@arm.com>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Tested-by: Doug Anderson <dianders@chromium.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-rockchip/Kconfig')
-rw-r--r-- | arch/arm/mach-rockchip/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index e4564c2..d168669 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -6,6 +6,7 @@ config ARCH_ROCKCHIP select ARCH_REQUIRE_GPIOLIB select ARM_GIC select CACHE_L2X0 + select HAVE_ARM_ARCH_TIMER select HAVE_ARM_SCU if SMP select HAVE_ARM_TWD if SMP select DW_APB_TIMER_OF |