diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-05-28 13:48:47 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-05-29 01:31:02 +0200 |
commit | 4bddb75c4edb8880bae0aa45c3c31a45c27a1fc2 (patch) | |
tree | 98f2bd6799653184c65ac5fe0563954ee122b504 /src/vendorcode/google | |
parent | 44cbe10f592965d7611d8624f94f2952d42eba35 (diff) | |
download | coreboot-4bddb75c4edb8880bae0aa45c3c31a45c27a1fc2.tar.xz |
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 <reinauer@chromium.org>
Reviewed-on: http://review.coreboot.org/10357
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/vendorcode/google')
-rw-r--r-- | src/vendorcode/google/chromeos/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |