From 91945fbf21239624ce7273d5f8c687beb3499bbe Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Wed, 10 Jul 2019 15:10:22 +0300 Subject: x86emu: Drop UDELAY_LAPIC dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It won't build though, since current_time_from() has been removed. Change-Id: I2f7788f626c0504e6354a08b7986e4d18be140a5 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/34201 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Kconfig b/src/Kconfig index d49ca2595e..a1c016e30f 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -986,7 +986,7 @@ config X86EMU_DEBUG_IO config X86EMU_DEBUG_TIMINGS bool "Output timing information" default n - depends on X86EMU_DEBUG && UDELAY_LAPIC && HAVE_MONOTONIC_TIMER + depends on X86EMU_DEBUG && HAVE_MONOTONIC_TIMER help Print timing information needed by i915tool. -- cgit v1.2.3