summaryrefslogtreecommitdiffstats
path: root/src/cpu/qemu-x86
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-07-10 15:02:40 +0300
committerPatrick Georgi <pgeorgi@google.com>2019-09-18 13:01:03 +0000
commit6617a77e63f171387f2a1b929246c6899eeb0928 (patch)
tree2f9af174dce67e045ab6854eadc9b35d3bd42b6f /src/cpu/qemu-x86
parent91945fbf21239624ce7273d5f8c687beb3499bbe (diff)
downloadcoreboot-6617a77e63f171387f2a1b929246c6899eeb0928.tar.gz
coreboot-6617a77e63f171387f2a1b929246c6899eeb0928.tar.bz2
coreboot-6617a77e63f171387f2a1b929246c6899eeb0928.zip
cpu/qemu-x86: Enable TSC_MONOTONIC_TIMER
Change-Id: I72afb0c0d34157d1d2d9fe4ae6704cd2502f724d Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34202 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/cpu/qemu-x86')
-rw-r--r--src/cpu/qemu-x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/qemu-x86/Kconfig b/src/cpu/qemu-x86/Kconfig
index c73ed3866202..a6c9b743605b 100644
--- a/src/cpu/qemu-x86/Kconfig
+++ b/src/cpu/qemu-x86/Kconfig
@@ -19,6 +19,6 @@ config CPU_QEMU_X86
select ARCH_RAMSTAGE_X86_32
select SMP
select UDELAY_TSC
- select NO_MONOTONIC_TIMER
+ select TSC_MONOTONIC_TIMER
select C_ENVIRONMENT_BOOTBLOCK
select SMM_ASEG