summaryrefslogtreecommitdiff
path: root/src/vendorcode/google/chromeos/Kconfig
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2015-04-22 18:25:37 +0200
committerPatrick Georgi <pgeorgi@google.com>2015-04-22 22:25:40 +0200
commitcfba6099d65de55d4e34bb670380897d9e3cd18d (patch)
treee1ac625e95e3aee12c7d5fb2599554138ee1fa36 /src/vendorcode/google/chromeos/Kconfig
parent6897f4e796c4645cec5d7a247dba78f002008080 (diff)
downloadcoreboot-cfba6099d65de55d4e34bb670380897d9e3cd18d.tar.xz
elog: enable by default for CHROMEOS
elog breaks the build if ELOG_FLASH_BASE isn't configured - and CHROMEOS isn't enabled, since with Chrome OS builds, it just uses fmap to find out the base. So it makes sense to enable it on all Chrome OS builds - if the code never uses it, the linker will drop it soon enough. Change-Id: I7ee129fadf75caf15fb9bd32b0acf6f7d9d015d8 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/9965 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/vendorcode/google/chromeos/Kconfig')
-rw-r--r--src/vendorcode/google/chromeos/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vendorcode/google/chromeos/Kconfig b/src/vendorcode/google/chromeos/Kconfig
index b3efc6cecd..9a45efad31 100644
--- a/src/vendorcode/google/chromeos/Kconfig
+++ b/src/vendorcode/google/chromeos/Kconfig
@@ -27,6 +27,7 @@ config CHROMEOS
default n
select TPM
select BOOTMODE_STRAPS
+ select ELOG
help
Enable ChromeOS specific features like the GPIO sub table in
the coreboot table. NOTE: Enabling this option on an unsupported