summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarun Tuli <taruntuli@google.com>2022-07-20 12:35:11 -0400
committerPatrick Georgi <patrick@coreboot.org>2022-07-22 07:16:33 +0000
commitd00048fe564aa54b042c2ee51d6918c91cd28610 (patch)
tree11374504961d9fe7a1ed1498714bebc69c64c0db
parent05c48ec7e9468a7b5decac581ced5c5e6ca9eeb4 (diff)
downloadcoreboot-d00048fe564aa54b042c2ee51d6918c91cd28610.tar.gz
coreboot-d00048fe564aa54b042c2ee51d6918c91cd28610.tar.bz2
coreboot-d00048fe564aa54b042c2ee51d6918c91cd28610.zip
mb/google/rex: Enable EC_GOOGLE_CHROMEEC_BOARDID Kconfig
Enables the EC_GOOGLE_CHROMEEC_BOARDID feature so we can read board_id() on rex. TEST=Verified builds succeed and code is linked Change-Id: Id202019519fc4a05c80374bc97663e59fdca3d76 Signed-off-by: Tarun Tuli <taruntuli@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/66018 Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
-rw-r--r--src/mainboard/google/rex/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/rex/Kconfig b/src/mainboard/google/rex/Kconfig
index 779ebf419cf8..c10f3f3e14a0 100644
--- a/src/mainboard/google/rex/Kconfig
+++ b/src/mainboard/google/rex/Kconfig
@@ -1,6 +1,7 @@
config BOARD_GOOGLE_REX_COMMON
def_bool n
select BOARD_ROMSIZE_KB_32768
+ select EC_GOOGLE_CHROMEEC_BOARDID
select HAVE_ACPI_RESUME
select HAVE_ACPI_TABLES
select INTEL_LPSS_UART_FOR_CONSOLE