From: Marek Szyprowski Date: Wed, 28 Aug 2019 12:10:05 +0000 (+0200) Subject: ARM: exynos: Enable support for ARM architected timers X-Git-Tag: v5.15~5471^2~2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13aeb3fe4d5bd78a6dc7bde32986a7296da420d3;p=platform%2Fkernel%2Flinux-starfive.git ARM: exynos: Enable support for ARM architected timers 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 Reviewed-by: Chanwoo Choi Signed-off-by: Krzysztof Kozlowski --- diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index f837866..9dab1f50 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -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