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:
parent
7278375902
commit
a7f3875134
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue