From 4bddb75c4edb8880bae0aa45c3c31a45c27a1fc2 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 28 May 2015 13:48:47 -0700 Subject: chromeos: always enable timestamps Timestamps should not be forced on by a subset of chipsets. However, they are a requirement on Chrome OS platforms, so have CONFIG_CHROMEOS select it. Change-Id: I408c6b17aa8721a3abec69020084174e414a8940 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/10357 Reviewed-by: Aaron Durbin Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/vendorcode/google/chromeos/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vendorcode/google') diff --git a/src/vendorcode/google/chromeos/Kconfig b/src/vendorcode/google/chromeos/Kconfig index 0b0b86222d..b9530f9523 100644 --- a/src/vendorcode/google/chromeos/Kconfig +++ b/src/vendorcode/google/chromeos/Kconfig @@ -30,6 +30,7 @@ config CHROMEOS select SKIP_TPM_STARTUP_ON_NORMAL_BOOT select BOOTMODE_STRAPS select ELOG + select COLLECT_TIMESTAMPS help Enable ChromeOS specific features like the GPIO sub table in the coreboot table. NOTE: Enabling this option on an unsupported -- cgit v1.2.3