]> Git Repo - linux.git/commitdiff
ARM: exynos: Enable support for ARM architected timers
authorMarek Szyprowski <[email protected]>
Wed, 28 Aug 2019 12:10:05 +0000 (14:10 +0200)
committerKrzysztof Kozlowski <[email protected]>
Mon, 9 Sep 2019 18:56:43 +0000 (20:56 +0200)
ARM architected timer can be used together with Exynos MultiCore Timer
driver, so enable support for it. Support for ARM architected timers is
essential for enabling proper KVM support.

Signed-off-by: Marek Szyprowski <[email protected]>
Reviewed-by: Chanwoo Choi <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
arch/arm/mach-exynos/Kconfig

index f83786640f94205da1432b056759dd74c1cd2cc7..9dab1f50a02f83c35d6beaed5769cbace59485b4 100644 (file)
@@ -19,6 +19,7 @@ menuconfig ARCH_EXYNOS
        select EXYNOS_SROM
        select EXYNOS_PM_DOMAINS if PM_GENERIC_DOMAINS
        select GPIOLIB
+       select HAVE_ARM_ARCH_TIMER if ARCH_EXYNOS5 && VIRTUALIZATION
        select HAVE_ARM_SCU if SMP
        select HAVE_S3C2410_I2C if I2C
        select HAVE_S3C2410_WATCHDOG if WATCHDOG
This page took 0.053814 seconds and 4 git commands to generate.