Skip to content

Commit

Permalink
src/Kconfig: enable timestamps by default on PPC64
Browse files Browse the repository at this point in the history
PPC64 has architectural reliable timer, so there is no reason to
have timestamps disabled.

Signed-off-by: Krystian Hebel <[email protected]>
  • Loading branch information
krystian-hebel committed Jul 5, 2023
1 parent bf4e30f commit cfc885d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ config INCLUDE_CONFIG_FILE

config COLLECT_TIMESTAMPS
bool "Create a table of timestamps collected during boot"
default y if ARCH_X86
default y if ARCH_X86 || ARCH_PPC64
help
Make coreboot create a table of timer-ID/timer-value pairs to
allow measuring time spent at different phases of the boot process.
Expand Down

0 comments on commit cfc885d

Please sign in to comment.