diff options
author | Yu-Ping Wu <yupingso@chromium.org> | 2023-11-03 08:05:40 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-11-04 04:29:34 +0000 |
commit | 22e0ffabeb1085df3e4b1dccc8d6b903494eb2d8 (patch) | |
tree | a77cd469e74ef7ce67b9d8f8bd4a8d017ef62265 /src/mainboard | |
parent | 277f36fc237731d82a6a2b05ee9f333bc3bcb8c3 (diff) |
mb/google/corsola: Enable FW_CONFIG and FW_CONFIG_SOURCE_CHROMEEC_CBI
Enable FW_CONFIG for corsola so that the information can be passed to
payloads via coreboot tables.
BUG=b:157692450
TEST=emerge-corsola coreboot
BRANCH=none
Change-Id: I6c12041d3666907c884f5a50a12c1433c2085961
Signed-off-by: Yu-Ping Wu <yupingso@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78905
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-by: Yidi Lin <yidilin@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/corsola/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/corsola/Kconfig b/src/mainboard/google/corsola/Kconfig index c082e6fab6..805a83a26a 100644 --- a/src/mainboard/google/corsola/Kconfig +++ b/src/mainboard/google/corsola/Kconfig @@ -22,6 +22,8 @@ config BOARD_GOOGLE_CORSOLA_COMMON select MAINBOARD_HAS_NATIVE_VGA_INIT select HAVE_LINEAR_FRAMEBUFFER select RTC + select FW_CONFIG + select FW_CONFIG_SOURCE_CHROMEEC_CBI config BOARD_GOOGLE_KINGLER_COMMON def_bool n |