diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-07-10 15:10:22 +0300 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-09-18 13:00:41 +0000 |
commit | 91945fbf21239624ce7273d5f8c687beb3499bbe (patch) | |
tree | 5f9848cba1874fe32e9a68e3f85a8040852d9101 /src/Kconfig | |
parent | a2545bc0118948053f1f97e097c4d9af70cf3ce6 (diff) |
x86emu: Drop UDELAY_LAPIC dependency
It won't build though, since current_time_from() has
been removed.
Change-Id: I2f7788f626c0504e6354a08b7986e4d18be140a5
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34201
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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. |