From d00048fe564aa54b042c2ee51d6918c91cd28610 Mon Sep 17 00:00:00 2001 From: Tarun Tuli Date: Wed, 20 Jul 2022 12:35:11 -0400 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/66018 Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/mainboard/google/rex/Kconfig | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3