debug: Fix BOOT_TIME_MEASUREMENT dependencies

The boot time measurement can also run with the HPET timer so there's
no reason to restrict it to APIC.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2020-05-17 19:57:25 +03:00 committed by Carles Cufí
commit a7f3875134

View file

@ -8,7 +8,7 @@ menu "System Monitoring Options"
config BOOT_TIME_MEASUREMENT
bool "Boot time measurements"
depends on ARCH_POSIX || ARM || (X86 && APIC_TIMER && APIC_TIMER_TSC)
depends on ARCH_POSIX || ARM || X86
help
This option enables the recording of timestamps during system boot.