projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce92c2c
)
ARM: exynos: Enable support for ARM architected timers
author
Marek Szyprowski
<m.szyprowski@samsung.com>
Fri, 15 Feb 2019 10:02:26 +0000
(11:02 +0100)
committer
Marek Szyprowski
<m.szyprowski@samsung.com>
Tue, 17 Sep 2019 08:03:31 +0000
(10:03 +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 <m.szyprowski@samsung.com>
arch/arm/mach-exynos/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-exynos/Kconfig
b/arch/arm/mach-exynos/Kconfig
index e3b7682eba044352441a52240a46afd553722ce4..9791984351524a685b469c5b07e9ed8511321ffa 100644
(file)
--- a/
arch/arm/mach-exynos/Kconfig
+++ b/
arch/arm/mach-exynos/Kconfig
@@
-23,6
+23,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