diff options
author | Tarun Tuli <taruntuli@google.com> | 2022-07-20 12:35:11 -0400 |
---|---|---|
committer | Patrick Georgi <patrick@coreboot.org> | 2022-07-22 07:16:33 +0000 |
commit | d00048fe564aa54b042c2ee51d6918c91cd28610 (patch) | |
tree | 11374504961d9fe7a1ed1498714bebc69c64c0db /src | |
parent | 05c48ec7e9468a7b5decac581ced5c5e6ca9eeb4 (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/rex/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/rex/Kconfig b/src/mainboard/google/rex/Kconfig index 779ebf419c..c10f3f3e14 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 |