From ef9cde146b1ec6b8fb59257e0d39b454a94e4078 Mon Sep 17 00:00:00 2001 From: Eran Mitrani Date: Tue, 16 Aug 2022 16:11:13 -0700 Subject: [PATCH] mb/google/rex: Add FW_CONFIG* to Kconfig BUG=b:253199788 TEST=Build and boot to Google/Rex. Change-Id: Ib729c98a4d67aa46992fdccf592010b0313605a6 Signed-off-by: Eran Mitrani Reviewed-on: https://review.coreboot.org/c/coreboot/+/66817 Reviewed-by: Tarun Tuli Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) --- src/mainboard/google/rex/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mainboard/google/rex/Kconfig b/src/mainboard/google/rex/Kconfig index 076a651ecd..b56fd586b0 100644 --- a/src/mainboard/google/rex/Kconfig +++ b/src/mainboard/google/rex/Kconfig @@ -11,6 +11,8 @@ config BOARD_GOOGLE_REX_COMMON select EC_GOOGLE_CHROMEEC_BOARDID select EC_GOOGLE_CHROMEEC_ESPI select EC_GOOGLE_CHROMEEC_SKUID + select FW_CONFIG + select FW_CONFIG_SOURCE_CHROMEEC_CBI select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES select I2C_TPM