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>
This commit is contained in:
parent
a2545bc011
commit
91945fbf21
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue