From da48d9ebfe30d65348bd337bda1f502c91a71970 Mon Sep 17 00:00:00 2001 From: Yu-Ping Wu Date: Tue, 31 Oct 2023 16:59:46 +0800 Subject: [PATCH] mb/google/geralt: Enable FW_CONFIG and FW_CONFIG_SOURCE_CHROMEEC_CBI Enable FW_CONFIG for geralt so that the information can be passed to payloads via coreboot tables. BUG=b:157692450 TEST=emerge-geralt coreboot BRANCH=none Change-Id: I8898143f44d2ffda3cb1708c2d7efadc289303a1 Signed-off-by: Yu-Ping Wu Reviewed-on: https://review.coreboot.org/c/coreboot/+/78824 Tested-by: build bot (Jenkins) Reviewed-by: Yidi Lin --- src/mainboard/google/geralt/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mainboard/google/geralt/Kconfig b/src/mainboard/google/geralt/Kconfig index 54c51d8a96..681714309e 100644 --- a/src/mainboard/google/geralt/Kconfig +++ b/src/mainboard/google/geralt/Kconfig @@ -35,6 +35,8 @@ config BOARD_SPECIFIC_OPTIONS select HAVE_LINEAR_FRAMEBUFFER select RTC select MIPI_PANEL_BOE_TV110C9M_LL0 if BOARD_GOOGLE_GERALT + select FW_CONFIG + select FW_CONFIG_SOURCE_CHROMEEC_CBI config MAINBOARD_DIR string